public static function CacheIsEmptyCase::getInfo

7.x cache.test public static CacheIsEmptyCase::getInfo()

File

drupal-7.x/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'
  );
}