You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/language/src/Tests/LanguageNegotiationContentEntityTest.php \Drupal\language\Tests\LanguageNegotiationContentEntityTest::modules

Modules to enable.

Type: array

File

core/modules/language/src/Tests/LanguageNegotiationContentEntityTest.php, line 33
Contains \Drupal\language\Tests\LanguageNegotiationLanguageContentEntityTest.

Class

LanguageNegotiationContentEntityTest
Tests language negotiation with the language negotiator content entity.

Namespace

Drupal\language\Tests

Code

public static $modules = array(
  'language',
  'language_test',
  'entity_test',
  'system',
);