Bug #24305 ยป 16696_01.diff
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'));
|
||