You are here

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

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

tests/src/Kernel/EntityReferenceRevisionsCompositeTest.php, line 30

Class

EntityReferenceRevisionsCompositeTest
Tests the entity_reference_revisions composite relationship.

Namespace

Drupal\Tests\entity_reference_revisions\Kernel

Code

public static $modules = array(
  'node',
  'field',
  'entity_reference_revisions',
  'entity_composite_relationship_test',
  'language',
);