mirror of
https://github.com/nextcloud/passman.git
synced 2024-11-10 17:27:40 +08:00
7 lines
202 B
XML
7 lines
202 B
XML
|
<phpunit bootstrap="tests/bootstrap.php" colors="true">
|
||
|
<testsuites>
|
||
|
<testsuite name="unit">
|
||
|
<directory>./tests/unit</directory>
|
||
|
</testsuite>
|
||
|
</testsuites>
|
||
|
</phpunit>
|