static function TMGMTEntitySourcePathAutoTestCase::getInfo in Translation Management Tool 7
File
- sources/
entity/ tmgmt_entity.pathauto.test, line 8
Class
- TMGMTEntitySourcePathAutoTestCase
- Tests integration with pathauto.
Code
static function getInfo() {
return array(
'name' => 'Entity Source Pathauto tests',
'description' => 'Verifies that the correct aliases are generated for entity transations',
'group' => 'Translation Management',
'dependencies' => array(
'entity_translation',
'pathauto',
),
);
}