public static function RulesUiTestCase::getInfo in Rules 7.2
Declares test metadata.
File
- rules_admin/
tests/ rules_admin.test, line 16 - Rules UI tests.
Class
- RulesUiTestCase
- Tests for creating rules through the UI.
Code
public static function getInfo() {
return array(
'name' => 'Rules UI Tests ',
'description' => 'Tests Rules UI.',
'group' => 'Rules',
);
}