Files
nextcloud-xwiki/phpunit.xml
Raphaël Jakse 462ac0f202 Initial commit
2023-01-04 17:43:54 +01:00

8 lines
203 B
XML

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