public static function RulesFormsAPITestCase::getInfo in Rules Forms Support 7
Same name and namespace in other branches
- 7.2 rules_forms.test \RulesFormsAPITestCase::getInfo()
Defines test information.
File
- ./
rules_forms.test, line 655 - Stores tests related to Rules Form.
Class
- RulesFormsAPITestCase
- Tests Rules Forms actions.
Code
public static function getInfo() {
return array(
'name' => 'API functions',
'description' => 'Tests Rules Forms API functions.',
'group' => 'Rules Forms',
);
}