更新 tests/Test.php
Some checks failed
Run Unit Tests / test (push) Failing after 12s

This commit is contained in:
james 2025-06-03 15:18:39 +08:00
parent 70b28111d7
commit 7d5fe9920a

View File

@ -1,5 +1,8 @@
<?php
// 手动加载类文件
require_once __DIR__ . '../src/libs/MyWebSocketHandler.php';
use PHPUnit\Framework\TestCase;
use App\MyWebSocketHandler;
use Workerman\Connection\TcpConnection;