Actions
Task #104174
closedReduce GU::makeInstance usage in functional tests
Start date:
2024-06-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Additional potential functionality (XClass resolving, etc.) of
GU::makeInstance is usually not a wanted behaviour in functional tests.
Instead, use $this->get() from the FunctionalTestClass to get hold of services.
Actions