You are here

public static function CacheSavingCase::getInfo in SimpleTest 7

File

tests/cache.test, line 104

Class

CacheSavingCase

Code

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