You are here

public static function CacheGetMultipleUnitTest::getInfo in SimpleTest 7

File

tests/cache.test, line 169

Class

CacheGetMultipleUnitTest
Test cache_get_multiple().

Code

public static function getInfo() {
  return array(
    'name' => 'Fetching multiple cache items',
    'description' => 'Confirm that multiple records are fetched correctly.',
    'group' => 'Cache',
  );
}