static function TMGMTLocalTestCase::getInfo in Translation Management Tool 7
File
- translators/
tmgmt_local/ tmgmt_local.test, line 24 - Test cases for the local translator module.
Class
- TMGMTLocalTestCase
- Basic tests for the local translator.
Code
static function getInfo() {
return array(
'name' => 'Local Translator tests',
'description' => 'Tests the local translator plugin integration.',
'group' => 'Translation Management',
);
}