You are here

protected static property EntityRepositoryTest::$modules in Drupal 10

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

File

core/tests/Drupal/KernelTests/Core/Entity/EntityRepositoryTest.php, line 27

Class

EntityRepositoryTest
Tests the entity repository.

Namespace

Drupal\KernelTests\Core\Entity

Code

protected static $modules = [
  'entity_test',
  'user',
  'language',
  'system',
];