static function TMGMTEntitySourceTestCase::getInfo in Translation Management Tool 7
File
- sources/
entity/ tmgmt_entity.source.test, line 10
Class
- TMGMTEntitySourceTestCase
- Basic Entity Source tests.
Code
static function getInfo() {
return array(
'name' => 'Entity Source tests',
'description' => 'Exporting source data from entities and saving translations back to entities.',
'group' => 'Translation Management',
'dependencies' => array(
'entity_translation',
),
);
}