You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Form/LanguageSelectElementTest.php \Drupal\system\Tests\Form\LanguageSelectElementTest::modules

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Form/LanguageSelectElementTest.php, line 28
Contains \Drupal\system\Tests\Form\LanguageSelectElementTest.

Class

LanguageSelectElementTest
Tests that the language select form element prints and submits the right options.

Namespace

Drupal\system\Tests\Form

Code

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