protected static property FormTest::$modules in Drupal 9
Same name in this branch
- 9 core/modules/field/tests/src/Functional/FormTest.php \Drupal\Tests\field\Functional\FormTest::modules
- 9 core/modules/system/tests/src/Functional/Form/FormTest.php \Drupal\Tests\system\Functional\Form\FormTest::modules
Same name and namespace in other branches
- 8 core/modules/field/tests/src/Functional/FormTest.php \Drupal\Tests\field\Functional\FormTest::modules
- 10 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
Overrides BrowserTestBase::$modules
File
- core/
modules/ field/ tests/ src/ Functional/ FormTest.php, line 28
Class
- FormTest
- Tests field form handling.
Namespace
Drupal\Tests\field\FunctionalCode
protected static $modules = [
'node',
'field_test',
'options',
'entity_test',
'locale',
];