wellrested/phpunit.xml

9 lines
222 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true">
<testsuites>
<testsuite name="WellRESTed Test Suite">
<directory>./test/</directory>
</testsuite>
</testsuites>
</phpunit>