You are here

public static property ManageDisplayTest::$modules in Zircon Profile 8.0

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

Modules to install.

Type: array

File

core/modules/field_ui/src/Tests/ManageDisplayTest.php, line 32
Contains \Drupal\field_ui\Tests\ManageDisplayTest.

Class

ManageDisplayTest
Tests the Field UI "Manage display" and "Manage form display" screens.

Namespace

Drupal\field_ui\Tests

Code

public static $modules = array(
  'node',
  'field_ui',
  'taxonomy',
  'search',
  'field_test',
  'field_third_party_test',
  'block',
);