18 lines
494 B
XML
18 lines
494 B
XML
<phpunit bootstrap="test/bootstrap.php"
|
|
cacheTokens="false"
|
|
colors="true"
|
|
convertErrorsToExceptions="true"
|
|
convertNoticesToExceptions="true"
|
|
convertWarningsToExceptions="true"
|
|
stopOnError="false"
|
|
stopOnFailure="false"
|
|
stopOnIncomplete="false"
|
|
stopOnSkipped="false">
|
|
|
|
<testsuites>
|
|
<testsuite name="Test Suite">
|
|
<directory>test/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|