You are here

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

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

Modules to enable.

Type: array

File

core/modules/language/src/Tests/LanguageSwitchingTest.php, line 28
Contains \Drupal\language\Tests\LanguageSwitchingTest.

Class

LanguageSwitchingTest
Functional tests for the language switching feature.

Namespace

Drupal\language\Tests

Code

public static $modules = array(
  'locale',
  'locale_test',
  'language',
  'block',
  'language_test',
  'menu_ui',
);