mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Used aliases for fixture directory definitions
This commit is contained in:
@ -19,3 +19,5 @@ require_once(YII_APP_BASE_PATH . '/common/config/aliases.php');
|
||||
|
||||
defined('YII_DEBUG') or define('YII_DEBUG', true);
|
||||
defined('YII_ENV') or define('YII_ENV', 'test');
|
||||
|
||||
Yii::setAlias('@tests', dirname(dirname(__DIR__)));
|
Reference in New Issue
Block a user