diff --git a/Tests/Functional/FunctionalTests.xml b/Tests/Functional/FunctionalTests.xml index 1cb21ed..4835c79 100644 --- a/Tests/Functional/FunctionalTests.xml +++ b/Tests/Functional/FunctionalTests.xml @@ -3,22 +3,22 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.6/phpunit.xsd" backupGlobals="true" + beStrictAboutTestsThatDoNotTestAnything="false" bootstrap="../../.Build/vendor/typo3/testing-framework/Resources/Core/Build/FunctionalTestsBootstrap.php" cacheResult="false" colors="true" - convertErrorsToExceptions="true" - convertWarningsToExceptions="true" convertDeprecationsToExceptions="true" + convertErrorsToExceptions="true" convertNoticesToExceptions="true" + convertWarningsToExceptions="true" + failOnRisky="true" + failOnWarning="true" forceCoversAnnotation="false" stopOnError="false" stopOnFailure="false" stopOnIncomplete="false" stopOnSkipped="false" verbose="false" - beStrictAboutTestsThatDoNotTestAnything="false" - failOnWarning="true" - failOnRisky="true" > diff --git a/Tests/Unit/UnitTests.xml b/Tests/Unit/UnitTests.xml index fedf220..ae738e6 100644 --- a/Tests/Unit/UnitTests.xml +++ b/Tests/Unit/UnitTests.xml @@ -3,13 +3,16 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.6/phpunit.xsd" backupGlobals="true" + beStrictAboutTestsThatDoNotTestAnything="false" bootstrap="../../.Build/vendor/typo3/testing-framework/Resources/Core/Build/UnitTestsBootstrap.php" cacheResult="false" colors="true" convertDeprecationsToExceptions="true" convertErrorsToExceptions="true" - convertWarningsToExceptions="true" convertNoticesToExceptions="true" + convertWarningsToExceptions="true" + failOnRisky="true" + failOnWarning="true" forceCoversAnnotation="false" processIsolation="false" stopOnError="false" @@ -17,9 +20,6 @@ stopOnIncomplete="false" stopOnSkipped="false" verbose="false" - beStrictAboutTestsThatDoNotTestAnything="false" - failOnWarning="true" - failOnRisky="true" >