public static function CacheClearCase::getInfo in SimpleTest 7
File
- tests/
cache.test, line 215
Class
- CacheClearCase
- Test cache clearing methods.
Code
public static function getInfo() {
return array(
'name' => 'Cache clear test',
'description' => 'Check our clearing is done the proper way.',
'group' => 'Cache',
);
}