mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Исправлена совместимость с codeception/specify 1.0.0
This commit is contained in:
@ -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));
|
||||
|
Reference in New Issue
Block a user