Testsuites
This commit is contained in:
8
phpunit.xml
Normal file
8
phpunit.xml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<phpunit colors="true"
|
||||||
|
verbose="true">
|
||||||
|
<testsuites>
|
||||||
|
<testsuite name="Tests">
|
||||||
|
<directory>tests</directory>
|
||||||
|
</testsuite>
|
||||||
|
</testsuites>
|
||||||
|
</phpunit>
|
Reference in New Issue
Block a user