public static function EntityTranslationIntegrationTestCase::getInfo in Entity Translation 7
Return the test information.
File
- tests/
entity_translation.test, line 765 - Tests for Entity translation module.
Class
- EntityTranslationIntegrationTestCase
- Tests for integration of Entity Translation with other modules.
Code
public static function getInfo() {
return array(
'name' => 'Integration with other modules',
'description' => 'Tests for integration of Entity Translation with other modules.',
'group' => 'Entity translation',
// We need to add this to the test_dependencies[] as well.
'dependencies' => array(
'pathauto',
),
);
}