Merge branch 'main' of http://119.91.43.128:3003/james/PHP-TEST
Some checks failed
Run Unit Tests / test (push) Failing after 10s

:qw
This commit is contained in:
james 2025-06-03 15:40:52 +08:00
commit ab3777f03c

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>