From 195b67e17b095c0e9bf537ef81f6bf829d0bdac2 Mon Sep 17 00:00:00 2001 From: james Date: Tue, 3 Jun 2025 16:13:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20tests/Test.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/Test.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Test.php b/tests/Test.php index 5a55321..d5fca1b 100644 --- a/tests/Test.php +++ b/tests/Test.php @@ -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;