You are here

public static function ViewsRulesViewLoopTestCase::getInfo in Views Rules 7

Declares test.

File

tests/views_rules.test, line 198
Simpletest implementations.

Class

ViewsRulesViewLoopTestCase
Rules plugin tests.

Code

public static function getInfo() {
  return array(
    'name' => 'Rules view loop tests',
    'description' => 'Tests view loop integration with Rules.',
    'group' => 'Views Rules',
  );
}