mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
19 lines
420 B
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>
|