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.
Updated by Gerrit Code Review almost 5 years ago
- Status changed from New to Under Review
Patch set 15 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62547
Updated by Benni Mack almost 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 46df6a75ebb876edcf21a60fa1a23fda7a305a99.
Actions