public static function FieldCollectionContentTranslationTestCase::getInfo in Field collection 7
File
- ./
field_collection.test, line 573 - Tests for field_collections.
Class
- FieldCollectionContentTranslationTestCase
- Test using field collection with content that gets translated.
Code
public static function getInfo() {
return array(
'name' => 'Field collection content translation',
'description' => 'Tests using content under translation.',
'group' => 'Field types',
'dependencies' => array(
'translation',
),
);
}