Adjusted testing namespaces in application templates

This commit is contained in:
Alexander Makarov
2014-08-24 14:14:35 +04:00
parent 2af195d8f7
commit c9d51ee0fd
57 changed files with 88 additions and 88 deletions

View File

@@ -12,4 +12,4 @@ $_SERVER['SCRIPT_FILENAME'] = YII_TEST_ENTRY_FILE;
$_SERVER['SCRIPT_NAME'] = YII_TEST_ENTRY_URL;
$_SERVER['SERVER_NAME'] = 'localhost';
Yii::setAlias('@codeception', __DIR__);
Yii::setAlias('@tests', dirname(__DIR__));