public static property LanguageSwitchingTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/language/lib/Drupal/language/Tests/LanguageSwitchingTest.php, line 22
Definition of Drupal\language\Tests\LanguageSwitchingTest.

Class

LanguageSwitchingTest
Functional tests for the language switching feature.

Namespace

Drupal\language\Tests

Code

public static $modules = array(
  'language',
  'block',
);