mirror of
https://github.com/nextcloud/passman.git
synced 2024-12-28 02:44:14 +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>
|