function RulesUiTestCase::getInfo
Declares test metadata.
File
-
rules_admin/
tests/ rules_admin.test, line 16
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',
);
}