You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/locale/src/Tests/LocalePathTest.php \Drupal\locale\Tests\LocalePathTest::modules

Modules to enable.

Type: array

File

core/modules/locale/src/Tests/LocalePathTest.php, line 26
Contains \Drupal\locale\Tests\LocalePathTest.

Class

LocalePathTest
Tests you can configure a language for individual URL aliases.

Namespace

Drupal\locale\Tests

Code

public static $modules = array(
  'node',
  'locale',
  'path',
  'views',
);