Added test suite config to phpunit.xml
This commit is contained in:
parent
85bd7b9b38
commit
92f60d04c6
1 changed files with 8 additions and 0 deletions
|
@ -5,4 +5,12 @@
|
||||||
colors="true"
|
colors="true"
|
||||||
cacheResult="false"
|
cacheResult="false"
|
||||||
>
|
>
|
||||||
|
<testsuites>
|
||||||
|
<testsuite name="Unit">
|
||||||
|
<directory suffix="Test.php">./tests</directory>
|
||||||
|
</testsuite>
|
||||||
|
</testsuites>
|
||||||
|
<php>
|
||||||
|
<server name="APP_ENV" value="testing"/>
|
||||||
|
</php>
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
|
Loading…
Reference in a new issue