UrlAlterFunctionalTest::$modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/forum/tests/src/Functional/UrlAlterFunctionalTest.php, line 24

Class

UrlAlterFunctionalTest
Tests altering the inbound path and the outbound path.

Namespace

Drupal\Tests\forum\Functional

Code

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

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