EntityDisplayTest::$modules

Modules to install.

Type: string[]

Overrides KernelTestBase::$modules

File

core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php, line 31

Class

EntityDisplayTest
Tests the entity display configuration entities.

Namespace

Drupal\Tests\field_ui\Kernel

Code

protected static $modules = [
  'field_ui',
  'field',
  'entity_test',
  'user',
  'text',
  'field_test',
  'node',
  'system',
];

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