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