Initial commit - Typo3 11.5.41
This commit is contained in:
24
typo3conf/ext/news/Tests/Build/FunctionalTests.xml
Normal file
24
typo3conf/ext/news/Tests/Build/FunctionalTests.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user