25 lines
772 B
XML
25 lines
772 B
XML
<phpunit backupGlobals="false"
|
|
bootstrap="FunctionalTestsBootstrap.php"
|
|
cacheResult="false"
|
|
colors="true"
|
|
convertErrorsToExceptions="true"
|
|
convertWarningsToExceptions="true"
|
|
convertDeprecationsToExceptions="false"
|
|
convertNoticesToExceptions="true"
|
|
forceCoversAnnotation="false"
|
|
stopOnError="false"
|
|
stopOnFailure="false"
|
|
stopOnIncomplete="false"
|
|
stopOnSkipped="false"
|
|
verbose="false"
|
|
beStrictAboutTestsThatDoNotTestAnything="false"
|
|
failOnWarning="true"
|
|
failOnRisky="true">
|
|
|
|
<testsuites>
|
|
<testsuite name="News tests">
|
|
<directory>../Functional/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|