public static property UrlAlterFunctionalTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/system/lib/Drupal/system/Tests/Path/UrlAlterFunctionalTest.php, line 22
Definition of Drupal\system\Tests\Path\UrlAlterFunctionalTest.

Class

UrlAlterFunctionalTest
Tests hook_url_alter functions.

Namespace

Drupal\system\Tests\Path

Code

public static $modules = array(
  'path',
  'forum',
  'url_alter_test',
);