mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-07 15:57:35 +01:00
9 lines
233 B
PHP
9 lines
233 B
PHP
<?php
|
|
|
|
// add unit testing specific bootstrap code here
|
|
|
|
yii\codeception\TestCase::$appConfig = yii\helpers\ArrayHelper::merge(
|
|
require(__DIR__ . '/../../config/web.php'),
|
|
require(__DIR__ . '/../../config/codeception/unit.php')
|
|
);
|