Files
quicknotes/phpunit.xml
Matias De lellis 886605bc01 Initial release
2016-05-20 09:46:46 -03:00

7 lines
182 B
XML

<phpunit bootstrap="tests/bootstrap.php" colors="true">
<testsuites>
<testsuite name="unit">
<directory>./tests/unit</directory>
</testsuite>
</testsuites>
</phpunit>