You are here

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

File

tests/apc.test, line 110

Class

ApcCacheSavingCase

Code

public static function getInfo() {
  return array(
    'name' => 'Cache saving test',
    'description' => 'Check our variables are saved and restored the right way.',
    'group' => 'APC',
  );
}