From eb299de411f3e5dc724dd8b42d5a038d6ce17835 Mon Sep 17 00:00:00 2001 From: lingling Date: Sat, 15 Mar 2025 17:05:47 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20README.md=EF=BC=8C?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20PHPUnit=20=E5=8D=95=E5=85=83=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E6=89=A7=E8=A1=8C=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ee37e6a..9d2598d 100644 --- a/README.md +++ b/README.md @@ -82,4 +82,8 @@ JwtToken.php 需要修改成如下 ``` composer i +``` +phpunit 单元测试 +``` +./vendor/bin/phpunit --bootstrap support/bootstrap.php --testdox tests/TestUser.php ``` \ No newline at end of file