[TASK] Use CLI and Composer Checks via Environment class
Use Environment::isCli() instead of constant munging in various places. Usages in extbase are left out for the time being since those give headaches with functional frontend tests at the moment. Those will be sorted out with further patches. Resolves: #85271 Releases: master Change-Id: I7391bb393eec69bf04fab0e6d31c8a579dc79493 Reviewed-on: https://review.typo3.org/57227 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
Showing
- typo3/sysext/core/Classes/Authentication/AbstractUserAuthentication.php 3 additions, 2 deletions...ore/Classes/Authentication/AbstractUserAuthentication.php
- typo3/sysext/core/Classes/Authentication/CommandLineUserAuthentication.php 2 additions, 1 deletion.../Classes/Authentication/CommandLineUserAuthentication.php
- typo3/sysext/core/Classes/Messaging/FlashMessageRendererResolver.php 2 additions, 1 deletion...t/core/Classes/Messaging/FlashMessageRendererResolver.php
- typo3/sysext/core/Classes/Utility/DebugUtility.php 5 additions, 13 deletionstypo3/sysext/core/Classes/Utility/DebugUtility.php
- typo3/sysext/core/Classes/Utility/GeneralUtility.php 2 additions, 2 deletionstypo3/sysext/core/Classes/Utility/GeneralUtility.php
- typo3/sysext/core/Classes/Utility/PathUtility.php 2 additions, 2 deletionstypo3/sysext/core/Classes/Utility/PathUtility.php
- typo3/sysext/install/ext_localconf.php 1 addition, 1 deletiontypo3/sysext/install/ext_localconf.php
Please register or sign in to comment