@@ -9,7 +9,7 @@ |
||
9 | 9 | * file that was distributed with this source code. |
10 | 10 | */ |
11 | 11 | |
12 | -$file = __DIR__.'/../vendor/autoload.php'; |
|
12 | +$file = __DIR__ . '/../vendor/autoload.php'; |
|
13 | 13 | if (!file_exists($file)) { |
14 | 14 | throw new RuntimeException('Install dependencies to run test suite.'); |
15 | 15 | } |