You are here

public static property UrlAlterFunctionalTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Path/UrlAlterFunctionalTest.php \Drupal\system\Tests\Path\UrlAlterFunctionalTest::modules

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Path/UrlAlterFunctionalTest.php, line 24
Contains \Drupal\system\Tests\Path\UrlAlterFunctionalTest.

Class

UrlAlterFunctionalTest
Tests altering the inbound path and the outbound path.

Namespace

Drupal\system\Tests\Path

Code

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