@@ -7,7 +7,7 @@ |
||
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 | } |