You are here

public static function CacheFlushRulesEvents::getInfo in CacheFlush 7.3

File

modules/cacheflush_rules/cacheflush_rules.test, line 16
Contains test suite for cacheflush rules module.

Class

CacheFlushRulesEvents
Test the Rules integration.

Code

public static function getInfo() {
  return array(
    'name' => 'Cacheflush Rules integration',
    'description' => 'Tests the Rules integration provided by the Cacheflush.',
    'group' => 'CacheFlush',
    'dependencies' => array(
      'rules',
    ),
  );
}