Files
auth/phpunit.xml

11 lines
176 B
XML
Raw Normal View History

2021-02-09 17:35:31 -03:00
<phpunit
colors="true"
verbose="true"
>
<testsuites>
<testsuite name="Config Tests">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>