mirror of
https://github.com/nextcloud/passman.git
synced 2024-12-29 03:13:25 +08:00
7 lines
216 B
XML
7 lines
216 B
XML
|
<phpunit bootstrap="tests/bootstrap.php" colors="true">
|
||
|
<testsuites>
|
||
|
<testsuite name="integration">
|
||
|
<directory>./tests/integration</directory>
|
||
|
</testsuite>
|
||
|
</testsuites>
|
||
|
</phpunit>
|