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

19 lines
420 B
XML
Raw Normal View History

2013-08-20 01:00:29 +02:00
<phpunit
2013-08-20 03:32:36 +02:00
bootstrap="bootstrap.php"
2013-08-20 01:00:29 +02:00
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
strict="true"
verbose="true"
colors="true"
>
<testsuites>
<testsuite name="unit-tests">
<directory suffix="_test.php">lib</directory>
</testsuite>
<testsuite name="app-tests">
<directory suffix="_app.php">lib</directory>
</testsuite>
</testsuites>
2013-08-19 17:55:47 +02:00
</phpunit>