You are here

public static function ApdqcCacheIsEmptyCase::getInfo in Asynchronous Prefetch Database Query Cache 7

Provide information to the UI for this test.

File

./apdqc.test, line 286
Tests for the Asynchronous Prefetch Database Query Cache module.

Class

ApdqcCacheIsEmptyCase
Test isEmpty() function.

Code

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