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