Исправлена совместимость с codeception/specify 1.0.0

This commit is contained in:
ErickSkrauch
2017-11-28 14:24:28 +03:00
parent 8c8116038e
commit 4d48b38e47
4 changed files with 4 additions and 8 deletions

View File

@ -11,5 +11,4 @@ require_once __DIR__ . '/../../../console/config/bootstrap.php';
$_SERVER['SERVER_NAME'] = 'localhost';
$_SERVER['SERVER_PORT'] = '80';
Yii::setAlias('@tests', dirname(dirname(__DIR__)));
\Codeception\Specify\Config::setDeepClone(false);
Yii::setAlias('@tests', dirname(__DIR__, 2));