You are here

protected static property DynamicEntityReferenceItemTest::$modules in Dynamic Entity Reference 8.2

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

Modules to install.

Type: array

Overrides FieldKernelTestBase::$modules

File

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

Class

DynamicEntityReferenceItemTest
Tests the new entity API for the dynamic entity reference field type.

Namespace

Drupal\Tests\dynamic_entity_reference\Kernel

Code

protected static $modules = [
  'dynamic_entity_reference',
  'taxonomy',
];