You are here

public static function CacheFlushTest::getInfo in CacheFlush 7.3

File

./cacheflush.test, line 37
Contains test suite for cacheflush module.

Class

CacheFlushTest
Defines a test for cacheflush module.

Code

public static function getInfo() {
  return array(
    'name' => 'Cacheflush',
    'description' => 'Test cacheflush API.',
    'group' => 'CacheFlush',
  );
}