You are here

public static property FieldDisplayTest::$modules in Drupal 8

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

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

Class

FieldDisplayTest
Tests Field display.

Namespace

Drupal\Tests\field\Kernel

Code

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