function MemCacheClearCase::testClearCidNoLifetime in Memcache API and Integration 6
Same name and namespace in other branches
- 7 tests/memcache.test \MemCacheClearCase::testClearCidNoLifetime()
- 7 tests/memcache6.test \MemCacheClearCase::testClearCidNoLifetime()
Test clearing the cache with a cid, no cache lifetime.
File
- tests/
memcache.test, line 196
Class
- MemCacheClearCase
- Test cache clearing methods.
Code
function testClearCidNoLifetime() {
$this
->clearCidTest();
}