You are here

public static property EntityDisplayTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/field_ui/src/Tests/EntityDisplayTest.php \Drupal\field_ui\Tests\EntityDisplayTest::modules

Modules to install.

Type: string[]

Overrides KernelTestBase::$modules

File

core/modules/field_ui/src/Tests/EntityDisplayTest.php, line 37
Contains \Drupal\field_ui\Tests\EntityDisplayTest.

Class

EntityDisplayTest
Tests the entity display configuration entities.

Namespace

Drupal\field_ui\Tests

Code

public static $modules = array(
  'field_ui',
  'field',
  'entity_test',
  'user',
  'text',
  'field_test',
  'node',
  'system',
);