Actions
Bug #22825
closedcaching framework file backend: Unit test fixes
Start date:
2010-06-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
- glob() returns FALSE on some systems instead of an empty array, count($filesFound) == 0 fails then. Change the code so $filesFound is always an array.
- In flushRemovesAllCacheEntriesAndRelatedTags() the tag filenames are not calculated correctly, so the assertions are never FALSE, even if the tags are not deleted in the filesystem.
- tearDown() is no test and must not have @test annotation.
(issue imported from #M14635)
Files
Actions