Project

General

Profile

Bug #24305 ยป 16696_01.diff

Administrator Admin, 2010-12-07 01:02

View differences:

tests/t3lib/cache/backend/t3lib_cache_backend_dbbackendTest.php (working copy)
* @author Christian Kuhn <lolli@schwarzbu.ch>
*/
public function hasReturnsTrueForEntryWithUnlimitedLifetime() {
$this->setUpBackend();
$mockCache = $this->getMock('t3lib_cache_frontend_AbstractFrontend', array(), array(), '', FALSE);
$mockCache->expects($this->any())->method('getIdentifier')->will($this->returnValue('UnitTestCache'));
    (1-1/1)