static function TMGMTEntitySourceListTestCase::getInfo in Translation Management Tool 7
File
- sources/
entity/ ui/ tmgmt_entity_ui.list.test, line 8
Class
Code
static function getInfo() {
return array(
'name' => 'Entity Source List tests',
'description' => 'Tests the user interface for entity translation lists.',
'group' => 'Translation Management',
);
}