function CacheIsEmptyCase::getInfo

File

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

Class

CacheIsEmptyCase
Test cache_is_empty() function.

Code

public static function getInfo() {
    return array(
        'name' => 'Cache emptiness test',
        'description' => 'Check if a cache bin is empty after performing clear operations.',
        'group' => 'Cache',
    );
}

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