[TASK] Extract callbacks from TypoScriptFrontendControllerTest
TypoScriptFrontendControllerTest uses itself as callback for USER and USER_INT functions. This does not work anymore since phpunit 10 TestCase has a basic constructor which fails when TYPO3 creates an object of this class. Extract those callbacks to an own class. Resolves: #100475 Related: #100249 Releases: main Change-Id: I2789bca20cc7fa086521aeb5799c3a9a20e03ab2 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78483 Reviewed-by:Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/frontend/Tests/Functional/Controller/Fixtures/PageExposingTsfeMpParameter.typoscript 1 addition, 1 deletion...ontroller/Fixtures/PageExposingTsfeMpParameter.typoscript
- typo3/sysext/frontend/Tests/Functional/Controller/Fixtures/PageWithUserInt.typoscript 1 addition, 1 deletion...Functional/Controller/Fixtures/PageWithUserInt.typoscript
- typo3/sysext/frontend/Tests/Functional/Controller/Fixtures/PageWithUserObjectUsingSlWithLLL.typoscript 1 addition, 1 deletion...ller/Fixtures/PageWithUserObjectUsingSlWithLLL.typoscript
- typo3/sysext/frontend/Tests/Functional/Controller/Fixtures/PageWithUserObjectUsingSlWithoutLLL.typoscript 1 addition, 1 deletion...r/Fixtures/PageWithUserObjectUsingSlWithoutLLL.typoscript
- typo3/sysext/frontend/Tests/Functional/Controller/Fixtures/TypoScriptFrontendControllerTestUserFuncs.php 58 additions, 0 deletions...er/Fixtures/TypoScriptFrontendControllerTestUserFuncs.php
- typo3/sysext/frontend/Tests/Functional/Controller/TypoScriptFrontendControllerTest.php 1 addition, 38 deletions...unctional/Controller/TypoScriptFrontendControllerTest.php
Please register or sign in to comment