You are here

public static property PathAliasTest::$modules in Drupal 8

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

Modules to enable.

Type: array

Overrides PathTestBase::$modules

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

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