Qiang Xue
11 years ago
2 changed files with 8 additions and 6 deletions
@ -1,8 +1,4 @@ |
|||||||
<?php |
<?php |
||||||
|
|
||||||
$config = yii\helpers\ArrayHelper::merge( |
// create an application instance to support URL creation before running any test |
||||||
require(__DIR__ . '/../../config/web.php'), |
Yii::createObject(require(__DIR__ . '/../../web/index-test-functional.php')); |
||||||
require(__DIR__ . '/../../config/codeception/functional.php') |
|
||||||
); |
|
||||||
|
|
||||||
$application = new yii\web\Application($config); |
|
||||||
|
Loading…
Reference in new issue