public static property ManageDisplayTest::$modules

Modules to enable.

Type: array

Overrides FieldUiTestBase::$modules

File

drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageDisplayTest.php, line 22
Definition of Drupal\field_ui\Tests\ManageDisplayTest.

Class

ManageDisplayTest
Tests the functionality of the 'Manage display' screens.

Namespace

Drupal\field_ui\Tests

Code

public static $modules = array(
  'search',
  'field_test',
);