public static function MemCacheRealWorldCase::getInfo in Zircon Profile 8
Same name and namespace in other branches
- 8.0 modules/memcache/tests/memcache.test \MemCacheRealWorldCase::getInfo()
File
- modules/
memcache/ tests/ memcache.test, line 501
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',
);
}