crunchbutton/travis/phpunit.basic.xml
2015-09-16 14:56:19 -07:00

9 lines
253 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="Tests/bootstrap.php" colors="true">
<testsuites>
<testsuite name="Crunchbutton Backend">
<directory>./Tests</directory>
</testsuite>
</testsuites>
</phpunit>