Files
nextcloud-tables/phpunit.integration.xml
Florian Steffens 10b2978bc2 Initial commit
2021-09-22 16:38:17 +02:00

8 lines
217 B
XML

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