You are here

protected static property LanguageNegotiationInfoTest::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/language/tests/src/Functional/LanguageNegotiationInfoTest.php, line 22

Class

LanguageNegotiationInfoTest
Tests alterations to language types/negotiation info.

Namespace

Drupal\Tests\language\Functional

Code

protected static $modules = [
  'language',
  'content_translation',
];