public static property TranslationTest::$modules

Same name in this branch

Modules to enable.

node is required because the tests alter node entity info.

Type: array

Overrides FieldUnitTestBase::$modules

File

drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php, line 27
Definition of Drupal\field\Tests\TranslationTest.

Class

TranslationTest
Unit test class for the multilanguage fields logic.

Namespace

Drupal\field\Tests

Code

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