public static property LanguageUILanguageNegotiationTest::$modules

Modules to enable.

We marginally use interface translation functionality here, so need to use the locale module instead of language only, but the 90% of the test is about the negotiation process which is solely in language module.

Type: array

File

drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUILanguageNegotiationTest.php, line 50
Definition of Drupal\language\Tests\LanguageUILanguageNegotiationTest.

Class

LanguageUILanguageNegotiationTest
Test UI language negotiation

Namespace

Drupal\language\Tests

Code

public static $modules = array(
  'locale',
  'language_test',
  'block',
);