更新 phpunit.xml
Some checks failed
Run Unit Tests / test (push) Failing after 21s

This commit is contained in:
james 2025-06-03 15:14:38 +08:00
parent 9c8b4e25f1
commit 7ffc9982f6

View File

@ -2,6 +2,10 @@
<phpunit bootstrap="vendor/autoload.php"
colors="true"
verbose="true">
<php>
<env name="PHPUNIT_RUNNING" value="1" />
</php>
<testsuites>
<testsuite name="Default">
<directory>tests</directory>