You are here

public static function CacheFlushCronTest::getInfo in CacheFlush 7.3

File

modules/cacheflush_cron/cacheflush_cron.test, line 16
Contains test suite for cacheflush cron module.

Class

CacheFlushCronTest
Defines a test for cacheflush Cron module.

Code

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