Added test suite config to phpunit.xml

This commit is contained in:
Alex Tselegidis 2021-11-06 17:17:30 +01:00
parent 85bd7b9b38
commit 92f60d04c6
1 changed files with 8 additions and 0 deletions

View File

@ -5,4 +5,12 @@
colors="true"
cacheResult="false"
>
<testsuites>
<testsuite name="Unit">
<directory suffix="Test.php">./tests</directory>
</testsuite>
</testsuites>
<php>
<server name="APP_ENV" value="testing"/>
</php>
</phpunit>