mirror of
https://github.com/nextcloud/tables.git
synced 2026-01-17 13:31:56 +00:00
8 lines
217 B
XML
8 lines
217 B
XML
<phpunit bootstrap="tests/bootstrap.php" colors="true">
|
|
<testsuites>
|
|
<testsuite name="integration">
|
|
<directory>./tests/Integration</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|