You are here

protected static property LanguageSelectorTranslatableTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php \Drupal\Tests\language\Functional\LanguageSelectorTranslatableTest::modules
  2. 10 core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php \Drupal\Tests\language\Functional\LanguageSelectorTranslatableTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php, line 19

Class

LanguageSelectorTranslatableTest
Tests the content translation settings language selector options.

Namespace

Drupal\Tests\language\Functional

Code

protected static $modules = [
  'language',
  'content_translation',
  'node',
  'comment',
  'field_ui',
  'entity_test',
  'locale',
];