public static function MemCacheStatisticsTestCase::getInfo in Memcache API and Integration 7
File
- tests/
memcache.test, line 887 - Test cases for the memcache cache backend.
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',
);
}