Skip to content

[TASK] Drop obsolete suppression of FE cookies in testing FW#2194

Open
oliverklee wants to merge 1 commit intomainfrom
task/drop-legacy-globals-usage
Open

[TASK] Drop obsolete suppression of FE cookies in testing FW#2194
oliverklee wants to merge 1 commit intomainfrom
task/drop-legacy-globals-usage

Conversation

@oliverklee
Copy link
Collaborator

Nowadays, functional tests have their own environment, and hence there is no phpMyAdmin there. So there is no need to set PHP_UNIT_TEST_RUNNING.

Also, FE_SESSION_KEY got removed in TYPO3 9LTS:
https://docs.typo3.org/permalink/changelog:breaking-93002

Fixes #2193

Nowadays, functional tests have their own environment, and
hence there is no phpMyAdmin there. So there is no need to
set `PHP_UNIT_TEST_RUNNING`.

Also, `FE_SESSION_KEY` got removed in TYPO3 9LTS:
https://docs.typo3.org/permalink/changelog:breaking-93002

Fixes #2193
@oliverklee oliverklee requested a review from AnReiter February 28, 2026 13:52
@oliverklee oliverklee self-assigned this Feb 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Drop usages of PHP_UNIT_TEST_RUNNING and FE_SESSION_KEY

1 participant