Actions
Bug #24305
closed[caching framework] unit tests: Fatal error in t3lib_cache_backend_dbbackendTest due to call to undefined method
Start date:
2010-12-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
FYI: The attached patch was committed to 4.4 rev.
BT: http://bugs.typo3.org/view.php?id=16696
Branches: 4.4 only
Type: bugfix
Problem:
hasReturnsTrueForEntryWithUnlimitedLifetime() fatals due to an undefined call to setUpBackend() in branch-4.4.
Solution:
Remove this call, it's handled by setUp in 4.4 (was refactored for 4.5).
(issue imported from #M16696)
Files
Actions