Skip to content
Snippets Groups Projects
Commit 7f44d966 authored by Christian Kuhn's avatar Christian Kuhn
Browse files

[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: default avatarOliver Klee <typo3-coding@oliverklee.de>
Tested-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent a6497590
Branches
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment