You are here

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

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/config/src/Tests/ConfigLanguageOverrideTest.php, line 25
Contains \Drupal\config\Tests\ConfigLanguageOverrideTest.

Class

ConfigLanguageOverrideTest
Confirm that language overrides work.

Namespace

Drupal\config\Tests

Code

public static $modules = array(
  'user',
  'language',
  'config_test',
  'system',
  'field',
);