Sfoglia il codice sorgente

Update UdpConnectionTest.php

walkor 2 anni fa
parent
commit
4462291279
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tests/Feature/UdpConnectionTest.php

+ 1 - 1
tests/Feature/UdpConnectionTest.php

@@ -20,7 +20,7 @@ beforeAll(function () use ($serverAddress) {
             }
             \$connection->send('received: '.\$data);
         };
-        Worker::$command = 'start';
+        Worker::\$command = 'start';
         Worker::runAll();
     PHP
     );