passman/phpunit.integration.xml
2016-09-09 17:36:35 +02:00

7 lines
216 B
XML

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