Files
auth/phpunit.xml
2021-02-09 17:38:08 -03:00

11 lines
176 B
XML

<phpunit
colors="true"
verbose="true"
>
<testsuites>
<testsuite name="Config Tests">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>