You are here

public static property PathItemTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/path/tests/src/Kernel/PathItemTest.php \Drupal\Tests\path\Kernel\PathItemTest::modules
  2. 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\Kernel

Code

public static $modules = [
  'path',
  'path_alias',
  'node',
  'user',
  'system',
  'language',
  'content_translation',
];