@@ -12,9 +12,9 @@ |
||
12 | 12 | defined('YII_ENABLE_ERROR_HANDLER') or define('YII_ENABLE_ERROR_HANDLER', false); |
13 | 13 | defined('YII_ENV') or define('YII_ENV', 'test'); |
14 | 14 | |
15 | -require __DIR__ . '/../vendor/autoload.php'; |
|
16 | -require __DIR__ . '/../vendor/yiisoft/yii2/Yii.php'; |
|
15 | +require __DIR__.'/../vendor/autoload.php'; |
|
16 | +require __DIR__.'/../vendor/yiisoft/yii2/Yii.php'; |
|
17 | 17 | |
18 | 18 | \Yii::setAlias('@tests', __DIR__); |
19 | 19 | \Yii::setAlias('@vendor', '/../vendor'); |
20 | -\Yii::setAlias('@data', __DIR__ . DIRECTORY_SEPARATOR . '_data'); |
|
20 | +\Yii::setAlias('@data', __DIR__.DIRECTORY_SEPARATOR.'_data'); |
@@ -23,7 +23,7 @@ |
||
23 | 23 | { |
24 | 24 | use UnitTesterActions; |
25 | 25 | |
26 | - /** |
|
27 | - * Define custom actions here |
|
28 | - */ |
|
26 | + /** |
|
27 | + * Define custom actions here |
|
28 | + */ |
|
29 | 29 | } |