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

17 lines
342 B
XML
Raw Normal View History

2013-08-20 01:00:29 +02:00
<phpunit
bootstrap="../../core/tests/bootstrap.php"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
strict="true"
verbose="true"
colors="true"
>
2013-08-20 01:30:28 +02:00
<testsuites>
<testsuite name="contacts">
<file>vobject.php</file>
<file>contacts.php</file>
</testsuite>
</testsuites>
2013-08-19 17:55:47 +02:00
</phpunit>