You are here

protected static property FieldUIIndentationTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/field_ui/tests/src/Functional/FieldUIIndentationTest.php \Drupal\Tests\field_ui\Functional\FieldUIIndentationTest::modules
  2. 10 core/modules/field_ui/tests/src/Functional/FieldUIIndentationTest.php \Drupal\Tests\field_ui\Functional\FieldUIIndentationTest::modules

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/field_ui/tests/src/Functional/FieldUIIndentationTest.php, line 19

Class

FieldUIIndentationTest
Tests indentation on Field UI.

Namespace

Drupal\Tests\field_ui\Functional

Code

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