2013-06-22 20:26:22 -04:00
|
|
|
<?php
|
2013-12-02 15:25:21 +04:00
|
|
|
|
2013-12-17 01:00:13 +01:00
|
|
|
// add unit testing specific bootstrap code here
|
|
|
|
|
2013-12-18 00:40:52 -05:00
|
|
|
yii\codeception\TestCase::$appConfig = yii\helpers\ArrayHelper::merge(
|
2013-12-17 01:00:13 +01:00
|
|
|
require(__DIR__ . '/../../config/web.php'),
|
|
|
|
require(__DIR__ . '/../../config/codeception/unit.php')
|
2013-12-18 00:40:52 -05:00
|
|
|
);
|