You are here

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

Same name in this branch
  1. 8 core/modules/field/src/Tests/FormTest.php \Drupal\field\Tests\FormTest::modules
  2. 8 core/modules/system/src/Tests/Form/FormTest.php \Drupal\system\Tests\Form\FormTest::modules
Same name and namespace in other branches
  1. 8.0 core/modules/field/src/Tests/FormTest.php \Drupal\field\Tests\FormTest::modules

Modules to enable.

Locale is installed so that TranslatableMarkup actually does something.

Type: array

File

core/modules/field/src/Tests/FormTest.php, line 32
Contains \Drupal\field\Tests\FormTest.

Class

FormTest
Tests field form handling.

Namespace

Drupal\field\Tests

Code

public static $modules = array(
  'node',
  'field_test',
  'options',
  'entity_test',
  'locale',
);