Skip to content

Commit

Permalink
fix: test config
Browse files Browse the repository at this point in the history
  • Loading branch information
aoekrz committed Jul 19, 2024
1 parent 72707a6 commit be74270
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Tests/FunctionalTests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,4 @@
<directory suffix=".php">../Classes</directory>
</include>
</source>
<php>
<!-- @deprecated: will be removed with next major version, constant TYPO3_MODE is deprecated -->
<const name="TYPO3_MODE" value="BE"/>
<!--
@deprecated: Set this to not suppress warnings, notices and deprecations in functional tests
with TYPO3 core v11 and up.
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"/>
<ini name="display_errors" value="1"/>
<env name="TYPO3_CONTEXT" value="Testing"/>
</php>
</phpunit>

0 comments on commit be74270

Please sign in to comment.