public static function RuleConditionSetTestCase::getInfo in Conditional Rules 8
Same name and namespace in other branches
- 7 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',
);
}