Task #60059
closedCreate a Getter for the CacheManager inside Datahandler class
100%
Description
At the moment the CacheManager is created by
GeneralUtility::makeInstance('TYPO3\\CMS\\Core\\Cache\\CacheManager');within the code. This makes the particular method untestable.
Solution: Create a Getter which creates and returns the instance. This getter can be mocked.
Updated by Gerrit Code Review over 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/31288
Updated by Gerrit Code Review over 10 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/31289
Updated by Gerrit Code Review over 10 years ago
Patch set 2 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/31289
Updated by Stefano Kowalke over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset bf0627347ea2d0f006d1b1519e8aea2ad3f9d838.
Updated by Gerrit Code Review over 10 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch master of project TYPO3CMS/Extensions/solr has been pushed to the review server.
It is available at https://review.typo3.org/31322
Updated by Wouter Wolters about 10 years ago
- Status changed from Under Review to Closed
reopened by accident