You are here

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

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

Modules to enable.

Type: array

File

core/modules/language/src/Tests/LanguageConfigurationElementTest.php, line 27
Contains \Drupal\language\Tests\LanguageConfigurationElementTest.

Class

LanguageConfigurationElementTest
Tests the features of the language configuration element field.

Namespace

Drupal\language\Tests

Code

public static $modules = array(
  'taxonomy',
  'node',
  'language',
  'language_elements_test',
  'field_ui',
);