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

This commit is contained in:
james 2025-06-03 16:13:46 +08:00
parent 724441b4c9
commit 195b67e17b

View File

@ -2,6 +2,7 @@
// 手动加载类文件
require_once __DIR__ . '/../src/libs/MyWebSocketHandler.php';
require_once __DIR__ . '/root/.composer/vendor/autoload.php';
use PHPUnit\Framework\TestCase;
use App\MyWebSocketHandler;