public static function MultifieldEntityTranslationTestCase::getInfo in Multifield 7
Same name and namespace in other branches
- 7.2 tests/MultifieldEntityTranslationTestCase.test \MultifieldEntityTranslationTestCase::getInfo()
File
- tests/
MultifieldEntityTranslationTestCase.test, line 6
Class
Code
public static function getInfo() {
return array(
'name' => 'Entity Translation integration',
'description' => 'Tests multifield integration with the Entity Translation module.',
'group' => 'Multifield',
'dependencies' => array(
'entity_translation',
),
);
}