PHPUnit config

This commit is contained in:
2021-02-09 17:35:31 -03:00
parent 35faeff1c9
commit f32e775191

10
phpunit.xml Normal file
View File

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