1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-01 13:24:10 +01:00
OwncloudContactsOfficial/tests/phpunit.xml
2013-08-19 20:08:55 +02:00

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>