From f216fd4e69cf41c767905b0b042c87938a4d5d48 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Fri, 8 Dec 2023 00:02:00 +0100 Subject: [PATCH] [TASK] Enable all warnings for the functional tests Fixes #2716 --- Configuration/FunctionalTests.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Configuration/FunctionalTests.xml b/Configuration/FunctionalTests.xml index 02f71e349..8f89bca61 100644 --- a/Configuration/FunctionalTests.xml +++ b/Configuration/FunctionalTests.xml @@ -7,7 +7,7 @@ bootstrap="../.Build/vendor/typo3/testing-framework/Resources/Core/Build/FunctionalTestsBootstrap.php" cacheResult="false" colors="true" - convertDeprecationsToExceptions="false" + convertDeprecationsToExceptions="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" @@ -30,7 +30,7 @@ Will always be done with next major version. To still suppress warnings, notices and deprecations, do NOT define the constant at all. --> - +