mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
11 lines
280 B
XML
11 lines
280 B
XML
<phpunit bootstrap="../../core/tests/bootstrap.php">
|
|
<testsuites>
|
|
<testsuite name="VObject mods">
|
|
<file>./tests/vobject.php</file>
|
|
</testsuite>
|
|
<testsuite name="Contacts App">
|
|
<file>./tests/contacts.php</file>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|