Files
deck/tests/phpunit.integration.xml
Joas Schilling 8d2cfe076f Update master php testing versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-08 17:06:45 +02:00

16 lines
430 B
XML

<phpunit bootstrap="bootstrap.php" colors="true" convertDeprecationsToExceptions="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>