Files
nextcloud-maps/phpunit.integration.xml
2020-02-05 19:09:00 +01:00

17 lines
503 B
XML

<phpunit bootstrap="tests/bootstrap.php" colors="true">
<filter>
<whitelist>
<directory suffix=".php">appinfo</directory>
<directory suffix=".php">lib</directory>
<exclude>
<directory suffix=".php">templates</directory>
</exclude>
</whitelist>
</filter>
<testsuites>
<testsuite name="integration">
<directory>./tests/Integration</directory>
</testsuite>
</testsuites>
</phpunit>