PathAdminTest::$modules

Same name and namespace in other branches
  1. 8.9.x core/modules/path/tests/src/Functional/PathAdminTest.php \Drupal\Tests\path\Functional\PathAdminTest::modules
  2. 10 core/modules/path/tests/src/Functional/PathAdminTest.php \Drupal\Tests\path\Functional\PathAdminTest::modules
  3. 11.x core/modules/path/tests/src/Functional/PathAdminTest.php \Drupal\Tests\path\Functional\PathAdminTest::modules

Modules to enable.

Type: array

Overrides PathTestBase::$modules

File

core/modules/path/tests/src/Functional/PathAdminTest.php, line 17

Class

PathAdminTest
Tests the Path admin UI.

Namespace

Drupal\Tests\path\Functional

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.