events/Documentation/Maintenance/TYPO3/V10.rst
Daniel Siepmann 15a654cb69
Fix broken Upgrade Wizards within Install Tool
An _events_ user will be created and used on demand in order to allow
execution of upgrade wizards within install tool.
2023-08-09 13:22:34 +02:00

537 B

TYPO3 V10

Changes that should happen once we drop TYPO3 v10.

Remove fetching cached page stage from body from tests

We have different assertions based on TYPO3 version, due to how TYPO3 exposes the info. We can remove the condition with its content once we drop v10.

Remove UserAuthenticationV10

TYPO3 has different signatures for AbstractUserAuthentication class. There is an implementation for v10 that can be removed once we drop v10.