public static function MemCacheStatisticsTestCase::getInfo in Zircon Profile 8
Same name and namespace in other branches
- 8.0 modules/memcache/tests/memcache.test \MemCacheStatisticsTestCase::getInfo()
File
- modules/
memcache/ tests/ memcache.test, line 593
Class
- MemCacheStatisticsTestCase
- Test statistics generation.
Code
public static function getInfo() {
return array(
'name' => 'Statistics tests',
'description' => 'Test that statistics are being recorded appropriately.',
'group' => 'Memcache',
);
}