You are here

public static function FieldCollectionEntityTranslationTestCase::getInfo in Field collection 7

File

./field_collection.test, line 687
Tests for field_collections.

Class

FieldCollectionEntityTranslationTestCase
Test using field collection with content that gets translated with Entity Translation.

Code

public static function getInfo() {
  return array(
    'name' => 'Field collection entity translation',
    'description' => 'Tests using content under translation with Entity Translation.',
    'group' => 'Field types',
    'dependencies' => array(
      'entity_translation',
    ),
  );
}