static function TMGMTLocaleSourceUiTestCase::getInfo in Translation Management Tool 7
File
- sources/
locale/ tmgmt_locale.ui.test, line 8
Class
- TMGMTLocaleSourceUiTestCase
- Basic Locale Source tests.
Code
static function getInfo() {
return array(
'name' => 'Locale Source UI tests',
'description' => 'Tests the locale source overview',
'group' => 'Translation Management',
);
}