@@ -20,7 +20,7 @@ discard block |
||
20 | 20 | throw new InvalidArgumentException('This test suite is not intended to be run from the monorepo.'); |
21 | 21 | } |
22 | 22 | |
23 | - if (! self::hasTestRunnerSetUp()) { |
|
23 | + if (!self::hasTestRunnerSetUp()) { |
|
24 | 24 | self::setUpTestRunner(); |
25 | 25 | } |
26 | 26 | |
@@ -60,7 +60,7 @@ discard block |
||
60 | 60 | } |
61 | 61 | |
62 | 62 | // Assert that the server was started successfully |
63 | - if (! self::$server) { |
|
63 | + if (!self::$server) { |
|
64 | 64 | throw new RuntimeException('Failed to start the test server.'); |
65 | 65 | } |
66 | 66 | } |