You are here

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

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

Modules to enable.

Type: array

File

core/modules/language/src/Tests/LanguagePathMonolingualTest.php, line 24
Contains \Drupal\language\Tests\LanguagePathMonolingualTest.

Class

LanguagePathMonolingualTest
Confirm that paths are not changed on monolingual non-English sites.

Namespace

Drupal\language\Tests

Code

public static $modules = [
  'block',
  'language',
  'path',
];