public static property TranslationTest::$modules

Same name in this branch

Modules to enable.

Type: array

File

drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php, line 25
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',
  'field_test',
);