public static function CacheClearCase::getInfo
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ cache.test, line 223
Class
- CacheClearCase
- Test cache clearing methods.
Código
public static function getInfo() {
return array(
'name' => 'Cache clear test',
'description' => 'Check our clearing is done the proper way.',
'group' => 'Cache',
);
}