docs: 更新 README.md,添加 PHPUnit 单元测试执行说明

This commit is contained in:
lingling 2025-03-15 17:05:47 +08:00
parent e20737671c
commit eb299de411
1 changed files with 4 additions and 0 deletions

View File

@ -82,4 +82,8 @@ JwtToken.php 需要修改成如下
```
composer i
```
phpunit 单元测试
```
./vendor/bin/phpunit --bootstrap support/bootstrap.php --testdox tests/TestUser.php
```