forms/phpunit.integration.xml
2019-05-13 19:15:45 -04:00

8 lines
217 B
XML

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