Files
deck/tests/phpunit.integration.xml
Julius Härtl b961206da3 Include App integration test
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-04-29 13:04:00 +02:00

16 lines
391 B
XML

<phpunit bootstrap="bootstrap.php" colors="true">
<testsuites>
<testsuite name="integration-database">
<directory>./integration/database</directory>
</testsuite>
<testsuite name="integration-app">
<directory>./integration/app</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">./../lib</directory>
</whitelist>
</filter>
</phpunit>