function CacheClearCase::getInfo

File

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.