You are here

protected static property EntityDeriverTest::$modules in Drupal 10

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

File

core/tests/Drupal/KernelTests/Core/Entity/EntityDeriverTest.php, line 29

Class

EntityDeriverTest
Tests EntityDeriver functionality.

Namespace

Drupal\KernelTests\Core\Entity

Code

protected static $modules = [
  'system',
  'field',
  'user',
  'node',
  'comment',
  'entity_test',
];