You are here

protected static property DynamicEntityReferenceRelationshipTest::$modules in Dynamic Entity Reference 8

Same name and namespace in other branches
  1. 8.2 tests/src/Kernel/Views/DynamicEntityReferenceRelationshipTest.php \Drupal\Tests\dynamic_entity_reference\Kernel\Views\DynamicEntityReferenceRelationshipTest::modules

Modules to install.

Type: array

Overrides ViewsKernelTestBase::$modules

File

tests/src/Kernel/Views/DynamicEntityReferenceRelationshipTest.php, line 39

Class

DynamicEntityReferenceRelationshipTest
Tests dynamic entity reference relationship data.

Namespace

Drupal\Tests\dynamic_entity_reference\Kernel\Views

Code

protected static $modules = [
  'user',
  'field',
  'entity_test',
  'dynamic_entity_reference',
  'dynamic_entity_reference_test_views',
];