public static function CacheSavingCase::getInfo
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ cache.test, line 104
Class
Código
public static function getInfo() {
return array(
'name' => 'Cache saving test',
'description' => 'Check our variables are saved and restored the right way.',
'group' => 'Cache',
);
}