public static function RulesI18nTestCase::getInfo in Rules 7.2
Declares test metadata.
File
- rules_i18n/
rules_i18n.test, line 16 - Rules i18n tests.
Class
- RulesI18nTestCase
- Test the i18n integration.
Code
public static function getInfo() {
return array(
'name' => 'Rules I18n',
'description' => 'Tests translating Rules configs.',
'group' => 'Rules',
'dependencies' => array(
'i18n_string',
),
);
}