todo_api/phpunit.xml
Maurits van der Schee 211801a4d3 PSR-4 comliant tests
2017-04-15 22:47:36 +02:00

8 lines
227 B
XML

<phpunit bootstrap="tests/autoload.php">
<php>
<ini name="display_errors" value="true"/>
</php>
<testsuite name="All Tests">
<directory suffix='.php'>./tests/</directory>
</testsuite>
</phpunit>