You are here

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

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

Modules to install.

Type: array

Overrides ViewsKernelTestBase::$modules

File

tests/src/Kernel/Views/DynamicEntityReferenceBaseFieldRelationshipTest.php, line 33

Class

DynamicEntityReferenceBaseFieldRelationshipTest
Tests dynamic entity reference relationship data for base fields.

Namespace

Drupal\Tests\dynamic_entity_reference\Kernel\Views

Code

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