You are here

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

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

Modules to enable.

Type: string[]

File

core/modules/field_ui/src/Tests/EntityDisplayModeTest.php, line 24
Contains \Drupal\field_ui\Tests\EntityDisplayModeTest.

Class

EntityDisplayModeTest
Tests the entity display modes UI.

Namespace

Drupal\field_ui\Tests

Code

public static $modules = [
  'block',
  'entity_test',
  'field_ui',
];