You are here

protected static property EntityDisplayFormBaseTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayFormBaseTest.php \Drupal\KernelTests\Core\Entity\EntityDisplayFormBaseTest::modules
  2. 9 core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayFormBaseTest.php \Drupal\KernelTests\Core\Entity\EntityDisplayFormBaseTest::modules

File

core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayFormBaseTest.php, line 20

Class

EntityDisplayFormBaseTest
@coversDefaultClass \Drupal\field_ui\Form\EntityDisplayFormBase

Namespace

Drupal\KernelTests\Core\Entity

Code

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