Passed
Push — master ( f5456e...4bc447 )
by Gaetano
10:08
created
tests/PolyfillTestCase.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 }
8 8
 
9 9
 if (class_exists(PHPUnit_Version::class) === false || version_compare(PHPUnit_Version::id(), '8.0.0', '<')) {
10
-    include_once __DIR__ . '/PolyfillTestCase7.php';
10
+    include_once __DIR__.'/PolyfillTestCase7.php';
11 11
 } else {
12
-    include_once __DIR__ . '/PolyfillTestCase8.php';
12
+    include_once __DIR__.'/PolyfillTestCase8.php';
13 13
 }
Please login to merge, or discard this patch.