public static function CacheSavingCase::getInfo in SimpleTest 7
File
- tests/cache.test, line 104 
Class
Code
public static function getInfo() {
  return array(
    'name' => 'Cache saving test',
    'description' => 'Check our variables are saved and restored the right way.',
    'group' => 'Cache',
  );
}