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