瀏覽代碼

Update UdpConnectionTest.php

walkor 2 年之前
父節點
當前提交
4462291279
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
     );