Files
oai-symfony/typo3conf/ext/news/Tests/Build/FunctionalTests.xml
2026-07-03 17:53:31 +02:00

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>