Files
models/phpunit.xml

9 lines
164 B
XML
Raw Normal View History

2019-09-13 17:42:09 -03:00
<phpunit colors="true"
verbose="true">
<testsuites>
<testsuite name="Tests">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>