public static property TranslationWebTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/field/lib/Drupal/field/Tests/TranslationWebTest.php, line 22
Definition of Drupal\field\Tests\TranslationWebTest.

Class

TranslationWebTest
Web test class for the multilanguage fields logic.

Namespace

Drupal\field\Tests

Code

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