@@ -20,7 +20,7 @@ |
||
20 | 20 | |
21 | 21 | define('BASE_PATH', realpath(__DIR__.'/../../../')); |
22 | 22 | |
23 | - if (BASE_PATH === false || ! file_exists(BASE_PATH.'/hyde')) { |
|
23 | + if (BASE_PATH === false || !file_exists(BASE_PATH.'/hyde')) { |
|
24 | 24 | throw new InvalidArgumentException('This test suite must be run from the root of the hydephp/develop monorepo.'); |
25 | 25 | } |
26 | 26 | } |