You are here

public static function RuleConditionSetTestCase::getInfo in Conditional Rules 7

Same name and namespace in other branches
  1. 8 tests/rules_conditional.test \RuleConditionSetTestCase::getInfo()

Returns test info.

File

tests/rules_conditional.test, line 568
SimpleTest testing suites.

Class

RuleConditionSetTestCase
Rule condition set tests.

Code

public static function getInfo() {
  return array(
    'name' => 'Rule condition set',
    'description' => 'Test the rule condition set plugin.',
    'group' => 'Conditional Rules',
  );
}