Skip to content
Snippets Groups Projects
Commit 821e8964 authored by Stefan Bürk's avatar Stefan Bürk Committed by Christian Kuhn
Browse files

[TASK] Avoid setting undefined property in test case

With PHP 8.2 setting undefined properties in class
instances is deprecated and emits corresponding
deprecation notice.

This patch removes a superflous test, setting a
undefiend property in `TypoScriptFrontendController`
to avoid PHP 8.2 deprecation message.

Resolves: #98039
Releases: main, 11.5
Change-Id: I0944a13f6c87c95db01577dbdb499c39675691be
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75313


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent aa1dcf2d
Branches
Tags
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