ManageFieldsTest::$modules

Type: modules

Overrides BrowserTestBase::$modules

File

core/modules/field_ui/tests/src/Functional/ManageFieldsTest.php, line 17

Class

ManageFieldsTest
Tests the Manage Display page of a fieldable entity type.

Namespace

Drupal\Tests\field_ui\Functional

Code

protected static $modules = [
  'field_ui',
  'field_ui_test',
  'node',
  'text',
];

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