nriault/phpunit.xml.dist
2018-06-25 22:39:00 +02:00

9 lines
253 B
XML

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