@@ -8,7 +8,7 @@ |
||
8 | 8 | 'vendorPath' => Yii::getAlias('@vendor'), |
9 | 9 | 'runtimePath' => Yii::getAlias('@tests/_output'), |
10 | 10 | |
11 | - 'bootstrap' => [], |
|
11 | + 'bootstrap' => [ ], |
|
12 | 12 | 'components' => require(__DIR__ . '/components.php'), |
13 | 13 | 'params' => require(__DIR__ . '/params.php'), |
14 | 14 | ]; |
15 | 15 | \ No newline at end of file |
@@ -20,7 +20,7 @@ |
||
20 | 20 | { |
21 | 21 | use _generated\UnitTesterActions; |
22 | 22 | |
23 | - /** |
|
24 | - * Define custom actions here |
|
25 | - */ |
|
23 | + /** |
|
24 | + * Define custom actions here |
|
25 | + */ |
|
26 | 26 | } |