15 lines
321 B
Text
15 lines
321 B
Text
|
<phpunit
|
||
|
bootstrap="tests/bootstrap.php"
|
||
|
backupGlobals="false"
|
||
|
colors="true"
|
||
|
convertErrorsToExceptions="true"
|
||
|
convertNoticesToExceptions="true"
|
||
|
convertWarningsToExceptions="true"
|
||
|
>
|
||
|
<testsuites>
|
||
|
<testsuite>
|
||
|
<directory prefix="test-" suffix=".php">./tests/</directory>
|
||
|
</testsuite>
|
||
|
</testsuites>
|
||
|
</phpunit>
|