You are here

protected static property EntityFormDisplayResourceTestBase::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php \Drupal\FunctionalTests\Rest\EntityFormDisplayResourceTestBase::modules

Modules to install.

Type: array

Overrides EntityResourceTestBase::$modules

File

core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php, line 14

Class

EntityFormDisplayResourceTestBase

Namespace

Drupal\FunctionalTests\Rest

Code

protected static $modules = [
  'node',
  'field_ui',
];