You are here

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

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

Modules to enable.

The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.

Type: string[]

Overrides DiffPluginTestBase::$modules

See also

\Drupal\Tests\BrowserTestBase::installDrupal()

File

tests/src/Functional/DiffDynamicEntityReferencePluginTest.php, line 21

Class

DiffDynamicEntityReferencePluginTest
Tests dynamic entity reference diff plugin.

Namespace

Drupal\Tests\dynamic_entity_reference\Functional

Code

protected static $modules = [
  'file',
  'image',
  'field_ui',
  'dynamic_entity_reference',
];