You are here

protected static property UrlAlterFunctionalTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/path_alias/tests/src/Functional/UrlAlterFunctionalTest.php \Drupal\Tests\path_alias\Functional\UrlAlterFunctionalTest::modules
  2. 10 core/modules/path_alias/tests/src/Functional/UrlAlterFunctionalTest.php \Drupal\Tests\path_alias\Functional\UrlAlterFunctionalTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/path_alias/tests/src/Functional/UrlAlterFunctionalTest.php, line 26

Class

UrlAlterFunctionalTest
Tests altering the inbound path and the outbound path.

Namespace

Drupal\Tests\path_alias\Functional

Code

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