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:
parent
16aee3c836
commit
2c972eb11a
2 changed files with 7 additions and 7 deletions
|
@ -31,15 +31,15 @@
|
|||
</testsuites>
|
||||
<php>
|
||||
<!-- @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
|
||||
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" />
|
||||
<const name="TYPO3_TESTING_FUNCTIONAL_REMOVE_ERROR_HANDLER" value="true"/>
|
||||
<ini name="display_errors" value="1"/>
|
||||
<env name="TYPO3_CONTEXT" value="Testing"/>
|
||||
</php>
|
||||
</phpunit>
|
||||
|
|
|
@ -40,8 +40,8 @@
|
|||
</coverage>
|
||||
<php>
|
||||
<!-- @deprecated: will be removed with next major version, constant TYPO3_MODE is deprecated -->
|
||||
<const name="TYPO3_MODE" value="BE" />
|
||||
<ini name="display_errors" value="1" />
|
||||
<env name="TYPO3_CONTEXT" value="Testing" />
|
||||
<const name="TYPO3_MODE" value="BE"/>
|
||||
<ini name="display_errors" value="1"/>
|
||||
<env name="TYPO3_CONTEXT" value="Testing"/>
|
||||
</php>
|
||||
</phpunit>
|
||||
|
|
Loading…
Reference in a new issue