You are here

protected static property FormTest::$modules in Drupal 10

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

Modules to enable.

Locale is installed so that TranslatableMarkup actually does something.

Type: array

File

core/modules/field/tests/src/Functional/FormTest.php, line 28

Class

FormTest
Tests field form handling.

Namespace

Drupal\Tests\field\Functional

Code

protected static $modules = [
  'node',
  'field_test',
  'options',
  'entity_test',
  'locale',
];