You are here

public static function CacheIsEmptyCase::getInfo in SimpleTest 7

File

tests/cache.test, line 319

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