update workerman test
Some checks failed
Run Unit Tests / test (push) Failing after 11s

This commit is contained in:
james 2025-06-03 15:45:01 +08:00
parent ab3777f03c
commit 26224d9391

View File

@ -8,6 +8,8 @@ use App\MyWebSocketHandler;
use Workerman\Connection\TcpConnection;
use Workerman\Worker;
require_once __DIR__ . '/../vendor/autoload.php';
class MyWebSocketHandlerTest extends TestCase
{
private $handler;