public static function MemCacheRealWorldCase::getInfo in Memcache API and Integration 7
File
- tests/
memcache.test, line 784 - Test cases for the memcache cache backend.
Class
- MemCacheRealWorldCase
- Test some real world cache scenarios with default modules.
Code
public static function getInfo() {
return array(
'name' => 'Real world cache tests',
'description' => 'Test some real world cache scenarios.',
'group' => 'Memcache',
);
}