public static function i18nCustomAddAnotherTestCase::getInfo in Custom add another 7
File
- i18n_custom_add_another/
i18n_custom_add_another.test, line 10 - Test case for multilingual fields.
Class
- i18nCustomAddAnotherTestCase
- @file Test case for multilingual fields.
Code
public static function getInfo() {
return array(
'name' => t('Custom add another translation'),
'group' => 'Custom add another',
'description' => t('Custom add another translation functions'),
);
}