You are here

public static function ApcCacheGetMultipleUnitTest::getInfo in APC - Alternative PHP Cache 7

File

tests/apc.test, line 187

Class

ApcCacheGetMultipleUnitTest
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' => 'APC',
  );
}