You are here

protected static property FieldUITest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/field/tests/src/Functional/Views/FieldUITest.php \Drupal\Tests\field\Functional\Views\FieldUITest::modules

Modules to enable.

Type: array

Overrides FieldTestBase::$modules

File

core/modules/field/tests/src/Functional/Views/FieldUITest.php, line 29

Class

FieldUITest
Tests the UI of the field field handler.

Namespace

Drupal\Tests\field\Functional\Views

Code

protected static $modules = [
  'views_ui',
];