Passed
Push — master ( 749857...c9ef61 )
by Denis
04:00 queued 10s
created
Tests/BundleInMemoryTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
             self::getVarDir(),
30 30
             $options['test_case'],
31 31
             $options['root_config'] ?? 'config.yml',
32
-            $options['environment'] ?? strtolower(static::getVarDir() . $options['test_case']),
32
+            $options['environment'] ?? strtolower(static::getVarDir().$options['test_case']),
33 33
             $options['debug'] ?? true
34 34
         );
35 35
     }
Please login to merge, or discard this patch.
Tests/BundleRedisTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
             self::getVarDir(),
30 30
             $options['test_case'],
31 31
             $options['root_config'] ?? 'config.yml',
32
-            $options['environment'] ?? strtolower(static::getVarDir() . $options['test_case']),
32
+            $options['environment'] ?? strtolower(static::getVarDir().$options['test_case']),
33 33
             $options['debug'] ?? true
34 34
         );
35 35
     }
Please login to merge, or discard this patch.