You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/language/src/Tests/LanguageUILanguageNegotiationTest.php \Drupal\language\Tests\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

core/modules/language/src/Tests/LanguageUILanguageNegotiationTest.php, line 56
Contains \Drupal\language\Tests\LanguageUILanguageNegotiationTest.

Class

LanguageUILanguageNegotiationTest
Tests the language UI for language switching.

Namespace

Drupal\language\Tests

Code

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