include unit tests in the workflows

This commit is contained in:
Saeed Vaziry 2023-09-30 16:23:16 +02:00
parent 8282d39722
commit 7249cf9ed6

View File

@ -4,6 +4,9 @@
<testsuite name="Feature">
<directory suffix="Test.php">./tests/Feature</directory>
</testsuite>
<testsuite name="Unit">
<directory suffix="Test.php">./tests/Unit</directory>
</testsuite>
</testsuites>
<coverage/>
<php>