1
1
Fork 0
mirror of https://github.com/nextcloud/passman.git synced 2025-02-23 23:14:11 +08:00
passman/phpunit.xml
2016-09-09 17:36:35 +02:00

7 lines
No EOL
202 B
XML

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