Skip to content

Commit 9dc0d03

Browse files
committed
[TASK] Enable all warnings for the functional tests
1 parent 7c2ae25 commit 9dc0d03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Configuration/FunctionalTests.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
bootstrap="../.Build/vendor/typo3/testing-framework/Resources/Core/Build/FunctionalTestsBootstrap.php"
88
cacheResult="false"
99
colors="true"
10-
convertDeprecationsToExceptions="false"
10+
convertDeprecationsToExceptions="true"
1111
convertErrorsToExceptions="true"
1212
convertNoticesToExceptions="true"
1313
convertWarningsToExceptions="true"
@@ -30,7 +30,7 @@
3030
Will always be done with next major version.
3131
To still suppress warnings, notices and deprecations, do NOT define the constant at all.
3232
-->
33-
<!-- <const name="TYPO3_TESTING_FUNCTIONAL_REMOVE_ERROR_HANDLER" value="true"/>-->
33+
<const name="TYPO3_TESTING_FUNCTIONAL_REMOVE_ERROR_HANDLER" value="true"/>
3434
<ini name="display_errors" value="1"/>
3535
<env name="TYPO3_CONTEXT" value="Testing"/>
3636
</php>

0 commit comments

Comments
 (0)