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"
|
2013-08-20 19:02:36 +02:00
|
|
|
>
|
|
|
|
<testsuites>
|
2013-08-26 20:10:29 +02:00
|
|
|
<testsuite name="unit-tests">
|
2013-08-20 19:02:36 +02:00
|
|
|
<directory suffix="_test.php">lib</directory>
|
|
|
|
</testsuite>
|
2013-08-26 20:10:29 +02:00
|
|
|
<testsuite name="app-tests">
|
|
|
|
<directory suffix="_app.php">lib</directory>
|
|
|
|
</testsuite>
|
2013-08-20 19:02:36 +02:00
|
|
|
</testsuites>
|
2013-08-19 17:55:47 +02:00
|
|
|
</phpunit>
|