public static function CacheIsEmptyCase::getInfo in Drupal 7
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',
);
}