function CacheSavingCase::getInfo

File

modules/simpletest/tests/cache.test, line 104

Class

CacheSavingCase

Code

public static function getInfo() {
    return array(
        'name' => 'Cache saving test',
        'description' => 'Check our variables are saved and restored the right way.',
        'group' => 'Cache',
    );
}

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