You are here

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

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

Modules to install.

Type: array

Overrides EntityKernelTestBase::$modules

File

tests/src/Kernel/DynamicEntityReferenceSchemaTest.php, line 27

Class

DynamicEntityReferenceSchemaTest
Ensures that Dynamic Entity References schema is correct.

Namespace

Drupal\Tests\dynamic_entity_reference\Kernel

Code

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