You are here

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

Provide information to the UI for this test.

File

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

Class

ApdqcCacheClearCase
Test cache clearing methods for APDQC.

Code

public static function getInfo() {
  return array(
    'name' => 'APDQC cache clear test',
    'description' => t('Check that caches are cleared correctly.'),
    'group' => 'APDQC',
  );
}