mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-10 01:16:12 +01:00

[CLEANUP] Autoformat the PHPUnit configuration files (#1084)

This avoids unrelated formatting changes in functional changes.
This commit is contained in:
Oliver Klee 2023-12-19 12:17:04 +01:00 committed by GitHub
parent 16aee3c836
commit 2c972eb11a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -31,15 +31,15 @@
</testsuites> </testsuites>
<php> <php>
<!-- @deprecated: will be removed with next major version, constant TYPO3_MODE is deprecated --> <!-- @deprecated: will be removed with next major version, constant TYPO3_MODE is deprecated -->
<const name="TYPO3_MODE" value="BE" /> <const name="TYPO3_MODE" value="BE"/>
<!-- <!--
@deprecated: Set this to not suppress warnings, notices and deprecations in functional tests @deprecated: Set this to not suppress warnings, notices and deprecations in functional tests
with TYPO3 core v11 and up. with TYPO3 core v11 and up.
Will always be done with next major version. Will always be done with next major version.
To still suppress warnings, notices and deprecations, do NOT define the constant at all. 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" /> <ini name="display_errors" value="1"/>
<env name="TYPO3_CONTEXT" value="Testing" /> <env name="TYPO3_CONTEXT" value="Testing"/>
</php> </php>
</phpunit> </phpunit>

View file

@ -40,8 +40,8 @@
</coverage> </coverage>
<php> <php>
<!-- @deprecated: will be removed with next major version, constant TYPO3_MODE is deprecated --> <!-- @deprecated: will be removed with next major version, constant TYPO3_MODE is deprecated -->
<const name="TYPO3_MODE" value="BE" /> <const name="TYPO3_MODE" value="BE"/>
<ini name="display_errors" value="1" /> <ini name="display_errors" value="1"/>
<env name="TYPO3_CONTEXT" value="Testing" /> <env name="TYPO3_CONTEXT" value="Testing"/>
</php> </php>
</phpunit> </phpunit>