public static function MemCacheSavingCase::getInfo in Memcache API and Integration 7
Same name in this branch
- 7 tests/memcache.test \MemCacheSavingCase::getInfo()
- 7 tests/memcache6.test \MemCacheSavingCase::getInfo()
Same name and namespace in other branches
- 6 tests/memcache.test \MemCacheSavingCase::getInfo()
File
- tests/
memcache.test, line 252 - Test cases for the memcache cache backend.
Class
Code
public static function getInfo() {
return array(
'name' => 'Memcache saving test',
'description' => 'Check our variables are saved and restored the right way.',
'group' => 'Memcache',
);
}