You are here

public static property EntityReferenceRevisionsCompositeTranslationTest::$modules in Entity Reference Revisions 8

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

tests/src/Kernel/EntityReferenceRevisionsCompositeTranslationTest.php, line 32

Class

EntityReferenceRevisionsCompositeTranslationTest
Tests the entity_reference_revisions composite relationship.

Namespace

Drupal\Tests\entity_reference_revisions\Kernel

Code

public static $modules = [
  'node',
  'field',
  'entity_reference_revisions',
  'entity_composite_relationship_test',
  'language',
  'content_translation',
];