You are here

public static property ConfigLanguageOverrideWebTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/config/src/Tests/ConfigLanguageOverrideWebTest.php \Drupal\config\Tests\ConfigLanguageOverrideWebTest::modules

Modules to install.

Type: array

File

core/modules/config/src/Tests/ConfigLanguageOverrideWebTest.php, line 26
Contains \Drupal\config\Tests\ConfigLanguageOverrideWebTest.

Class

ConfigLanguageOverrideWebTest
Tests language overrides applied through the website.

Namespace

Drupal\config\Tests

Code

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