You are here

protected static property RequestPathTest::$modules in Drupal 10

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

Modules to enable.

Type: array

File

core/tests/Drupal/KernelTests/Core/Plugin/Condition/RequestPathTest.php, line 45

Class

RequestPathTest
Tests that the Request Path Condition, provided by the system module, is working properly.

Namespace

Drupal\KernelTests\Core\Plugin\Condition

Code

protected static $modules = [
  'system',
  'user',
  'field',
  'path',
];