You are here

protected static property FieldDisplayTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/field/tests/src/Kernel/FieldDisplayTest.php \Drupal\Tests\field\Kernel\FieldDisplayTest::modules
  2. 9 core/modules/field/tests/src/Kernel/FieldDisplayTest.php \Drupal\Tests\field\Kernel\FieldDisplayTest::modules

Modules to enable.

Type: array

File

core/modules/field/tests/src/Kernel/FieldDisplayTest.php, line 23

Class

FieldDisplayTest
Tests Field display.

Namespace

Drupal\Tests\field\Kernel

Code

protected static $modules = [
  'entity_test',
  'field',
  'system',
  'user',
];