Add testsuite for unit
continuous-integration/drone/push Build is passing Details

This commit is contained in:
philipp lang 2022-02-17 02:41:08 +01:00
parent 4b0b44d302
commit 2b67ff5f2d
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@
bootstrap="vendor/autoload.php"
colors="true">
<testsuites>
<testsuite name="Unit">
<directory suffix="Test.php">./tests/Unit</directory>
</testsuite>
<testsuite name="Feature">
<directory suffix="Test.php">./tests/Feature</directory>
</testsuite>