protected static property PathItemTest::$modules in Drupal 9
Same name and namespace in other branches
- 8 core/modules/path/tests/src/Kernel/PathItemTest.php \Drupal\Tests\path\Kernel\PathItemTest::modules
- 10 core/modules/path/tests/src/Kernel/PathItemTest.php \Drupal\Tests\path\Kernel\PathItemTest::modules
Modules to enable.
Type: array
Overrides KernelTestBase::$modules
File
- core/modules/ path/ tests/ src/ Kernel/ PathItemTest.php, line 22 
Class
- PathItemTest
- Tests loading and storing data using PathItem.
Namespace
Drupal\Tests\path\KernelCode
protected static $modules = [
  'path',
  'path_alias',
  'node',
  'user',
  'system',
  'language',
  'content_translation',
];