Passed
Push — master ( 0838e7...46b6ee )
by Caen
04:34 queued 14s
created
packages/realtime-compiler/tests/Integration/IntegrationTestCase.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     }
Please login to merge, or discard this patch.