You are here

protected static property EntityConverterTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 9 core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterTest.php \Drupal\KernelTests\Core\ParamConverter\EntityConverterTest::modules

File

core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterTest.php, line 24

Class

EntityConverterTest
Tests the entity param converter.

Namespace

Drupal\KernelTests\Core\ParamConverter

Code

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