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