You are here

function MemCacheClearCase::testClearCidLifetime in Memcache API and Integration 6

Same name and namespace in other branches
  1. 7 tests/memcache.test \MemCacheClearCase::testClearCidLifetime()
  2. 7 tests/memcache6.test \MemCacheClearCase::testClearCidLifetime()

Test clearing the cache with a cid, with cache lifetime.

File

tests/memcache.test, line 203

Class

MemCacheClearCase
Test cache clearing methods.

Code

function testClearCidLifetime() {
  variable_set('cache_lifetime', 6000);
  $this
    ->clearCidTest();
}