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

8 lines
203 B
XML

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