function RulesI18nTestCase::getInfo

Declares test metadata.

File

rules_i18n/rules_i18n.test, line 17

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',
        ),
    );
}