Skip to content

Commit

Permalink
[TASK] Enable all warnings for the functional tests
Browse files Browse the repository at this point in the history
Fixes #2716
  • Loading branch information
oliverklee committed Apr 13, 2024
1 parent 579105e commit f216fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Configuration/FunctionalTests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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.
-->
<!-- <const name="TYPO3_TESTING_FUNCTIONAL_REMOVE_ERROR_HANDLER" value="true"/>-->
<const name="TYPO3_TESTING_FUNCTIONAL_REMOVE_ERROR_HANDLER" value="true"/>
<ini name="display_errors" value="1"/>
<env name="TYPO3_CONTEXT" value="Testing"/>
</php>
Expand Down

0 comments on commit f216fd4

Please sign in to comment.