function LocaleModuleTest::get_info in SimpleTest 6
Implementation of get_info() for information
File
- tests/
locale_module.test, line 7
Class
Code
function get_info() {
return array(
'name' => t('String translate'),
'desc' => 'Adds a new locale and translates its name',
'group' => 'Locale',
);
}