You are here

public static function MemCacheStatisticsTestCase::getInfo in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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',
  );
}