You are here

public static function ApcCacheIsEmptyCase::getInfo in APC - Alternative PHP Cache 7

File

tests/apc.test, line 356

Class

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