Actions
Task #89974
closedSpeed up tests - remove superfluous usages of accessible mock
Start date:
2019-12-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
getAccessibleMock is used in various tests that don't really need it as they can either use the real instance or a "normal" mock instead. As accessible mock is pretty slow performance wise, we should avoid using it where possible. While a lot of tests would have to be completely rewritten, there are various places where easy replacements are possible. These are the target of this issue.
Actions