You are here

protected static property PathAliasTest::$modules in Drupal 10

Same name in this branch
  1. 10 core/modules/path/tests/src/Functional/PathAliasTest.php \Drupal\Tests\path\Functional\PathAliasTest::modules
  2. 10 core/modules/jsonapi/tests/src/Functional/PathAliasTest.php \Drupal\Tests\jsonapi\Functional\PathAliasTest::modules
Same name and namespace in other branches
  1. 8 core/modules/path/tests/src/Functional/PathAliasTest.php \Drupal\Tests\path\Functional\PathAliasTest::modules
  2. 9 core/modules/path/tests/src/Functional/PathAliasTest.php \Drupal\Tests\path\Functional\PathAliasTest::modules

Modules to enable.

Type: array

File

core/modules/path/tests/src/Functional/PathAliasTest.php, line 22

Class

PathAliasTest
Add, edit, delete, and change alias and verify its consistency in the database.

Namespace

Drupal\Tests\path\Functional

Code

protected static $modules = [
  'path',
];