You are here

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

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

Modules to enable.

node is required because the tests alter the node entity type.

Type: array

Overrides FieldUnitTestBase::$modules

File

core/modules/field/src/Tests/TranslationTest.php, line 29
Contains \Drupal\field\Tests\TranslationTest.

Class

TranslationTest
Tests multilanguage fields logic.

Namespace

Drupal\field\Tests

Code

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