protected static property LanguageSelectElementTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/system/tests/src/Functional/Form/LanguageSelectElementTest.php \Drupal\Tests\system\Functional\Form\LanguageSelectElementTest::modules
- 9 core/modules/system/tests/src/Functional/Form/LanguageSelectElementTest.php \Drupal\Tests\system\Functional\Form\LanguageSelectElementTest::modules
Modules to enable.
Type: array
Overrides BrowserTestBase::$modules
File
- core/
modules/ system/ tests/ src/ Functional/ Form/ LanguageSelectElementTest.php, line 23
Class
- LanguageSelectElementTest
- Tests that the language select form element prints and submits the right options.
Namespace
Drupal\Tests\system\Functional\FormCode
protected static $modules = [
'form_test',
'language',
];