public static function CacheClearCase::getInfo

File

drupal/modules/simpletest/tests/cache.test, line 223

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',
  );
}