You are here

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

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

Modules to install.

Type: string[]

Overrides EntityKernelTestBase::$modules

File

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

Class

EntityQueryRelationshipTest
Tests dynamic entity reference relationship data.

Namespace

Drupal\Tests\dynamic_entity_reference\Kernel

Code

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