Passed
Push — master ( 759a49...9e9288 )
by Matthew
04:13
created
tests/_bootstrap.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -12,9 +12,9 @@
 block discarded – undo
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');
Please login to merge, or discard this patch.
tests/_support/UnitTester.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
 {
24 24
     use UnitTesterActions;
25 25
 
26
-   /**
27
-    * Define custom actions here
28
-    */
26
+    /**
27
+     * Define custom actions here
28
+     */
29 29
 }
Please login to merge, or discard this patch.