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

19 lines
420 B
XML

<phpunit
bootstrap="bootstrap.php"
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>
</phpunit>