benbot/phpunit.xml

9 lines
231 B
XML
Raw Permalink Normal View History

2017-04-29 22:32:40 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true">
<testsuites>
<testsuite name="Application Test Suite">
<directory>./test/</directory>
</testsuite>
</testsuites>
</phpunit>