[TASK] Use name-resolution instead of strings where possible: 7
(part for EXT:frontend) Use name-resolution with ...::class instead of strings where possible. (needs PHP 5.5, which is meanwhile required for master) Change-set Iedbb896607adddce2b23ab67f990fa2296c0d1bb first introduced usage of ::class in master. We now add it in various more places. Change-Id: I60e9d2f7a1883f97c9a84d35dbd6e5e403e62b4b Resolves: #63477 Releases: master Reviewed-on: http://review.typo3.org/34862 Reviewed-by:Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
Showing
- typo3/sysext/frontend/Classes/Authentication/FrontendUserAuthentication.php 6 additions, 6 deletions...end/Classes/Authentication/FrontendUserAuthentication.php
- typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php 8 additions, 8 deletions.../frontend/Classes/ContentObject/ContentObjectRenderer.php
- typo3/sysext/frontend/Classes/ContentObject/Menu/AbstractMenuContentObject.php 1 addition, 1 deletion.../Classes/ContentObject/Menu/AbstractMenuContentObject.php
- typo3/sysext/frontend/Classes/ContentObject/Menu/MenuContentObjectFactory.php 4 additions, 4 deletions...d/Classes/ContentObject/Menu/MenuContentObjectFactory.php
- typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php 1 addition, 1 deletion...ntend/Classes/Controller/TypoScriptFrontendController.php
- typo3/sysext/frontend/Classes/MediaWizard/MediaWizardProviderManager.php 1 addition, 1 deletion...ontend/Classes/MediaWizard/MediaWizardProviderManager.php
- typo3/sysext/frontend/Classes/Page/PageRepository.php 6 additions, 6 deletionstypo3/sysext/frontend/Classes/Page/PageRepository.php
- typo3/sysext/frontend/Configuration/TCA/tt_content.php 3 additions, 3 deletionstypo3/sysext/frontend/Configuration/TCA/tt_content.php
- typo3/sysext/frontend/Tests/Functional/ContentObject/FluidTemplateContentObjectTest.php 1 addition, 1 deletion...nctional/ContentObject/FluidTemplateContentObjectTest.php
- typo3/sysext/frontend/Tests/Unit/ContentObject/ContentObjectRendererTest.php 15 additions, 15 deletions...nd/Tests/Unit/ContentObject/ContentObjectRendererTest.php
- typo3/sysext/frontend/Tests/Unit/ContentObject/FilesContentObjectTest.php 15 additions, 15 deletions...ntend/Tests/Unit/ContentObject/FilesContentObjectTest.php
- typo3/sysext/frontend/Tests/Unit/ContentObject/FluidTemplateContentObjectTest.php 8 additions, 8 deletions...sts/Unit/ContentObject/FluidTemplateContentObjectTest.php
- typo3/sysext/frontend/Tests/Unit/ContentObject/Menu/AbstractMenuContentObjectTest.php 6 additions, 6 deletions...Unit/ContentObject/Menu/AbstractMenuContentObjectTest.php
- typo3/sysext/frontend/Tests/Unit/Controller/DataSubmissionControllerTest.php 1 addition, 1 deletion...nd/Tests/Unit/Controller/DataSubmissionControllerTest.php
- typo3/sysext/frontend/Tests/Unit/Controller/TypoScriptFrontendControllerTest.php 1 addition, 1 deletion...ests/Unit/Controller/TypoScriptFrontendControllerTest.php
- typo3/sysext/frontend/Tests/Unit/Page/CacheHashCalculatorTest.php 2 additions, 2 deletions...sext/frontend/Tests/Unit/Page/CacheHashCalculatorTest.php
- typo3/sysext/frontend/Tests/Unit/Page/PageRepositoryTest.php 3 additions, 3 deletionstypo3/sysext/frontend/Tests/Unit/Page/PageRepositoryTest.php
- typo3/sysext/frontend/Tests/Unit/View/AdminPanelViewTest.php 7 additions, 7 deletionstypo3/sysext/frontend/Tests/Unit/View/AdminPanelViewTest.php
- typo3/sysext/frontend/ext_localconf.php 3 additions, 3 deletionstypo3/sysext/frontend/ext_localconf.php
Please register or sign in to comment