Files
deck/phpunit.integration.xml
2016-06-05 15:07:47 +02:00

7 lines
196 B
XML

<phpunit bootstrap="tests/bootstrap.php" colors="true">
<testsuites>
<testsuite name="integration">
<directory>./tests/integration</directory>
</testsuite>
</testsuites>
</phpunit>