public static function CacheGetMultipleUnitTest::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ cache.test, line 177
Class
Code
public static function getInfo() {
return array(
'name' => 'Fetching multiple cache items',
'description' => 'Confirm that multiple records are fetched correctly.',
'group' => 'Cache',
);
}