feat(test): configure phpunit
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-01-08 22:51:53 +01:00
parent 80af94a95e
commit f6c932314b
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -19,8 +19,11 @@
</php>
<testsuites>
<testsuite name="Project Test Suite">
<directory>tests</directory>
<testsuite name="CLI">
<file>tests/Core/Command/CreateUserTest.php</file>
</testsuite>
<testsuite name="Login">
<file>tests/Core/Auth/LoginTest.php</file>
</testsuite>
</testsuites>