Testsuites

This commit is contained in:
2019-09-13 17:42:09 -03:00
parent 40d1940b21
commit 2ed15079c9

8
phpunit.xml Normal file
View File

@ -0,0 +1,8 @@
<phpunit colors="true"
verbose="true">
<testsuites>
<testsuite name="Tests">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>