You are here

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

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

Modules to enable.

Type: array

File

core/modules/field/src/Tests/TranslationWebTest.php, line 27
Contains \Drupal\field\Tests\TranslationWebTest.

Class

TranslationWebTest
Tests multilanguage fields logic that require a full environment.

Namespace

Drupal\field\Tests

Code

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