Parcourir la source

Update UdpConnectionTest.php

walkor il y a 2 ans
Parent
commit
4462291279
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);
             \$connection->send('received: '.\$data);
         };
         };
-        Worker::$command = 'start';
+        Worker::\$command = 'start';
         Worker::runAll();
         Worker::runAll();
     PHP
     PHP
     );
     );