Blame view
sources/apps/contacts/tests/phpunit.xml
420 Bytes
|
923852aa1
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
<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> |