MultipleWidgetFormTest::$modules

Same name in other branches
  1. 11.x core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php \Drupal\Tests\field\Functional\MultipleWidgetFormTest::modules

Modules to install.

Locale is installed so that TranslatableMarkup actually does something.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php, line 27

Class

MultipleWidgetFormTest
Tests field form handling.

Namespace

Drupal\Tests\field\Functional

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.