You are here

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

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

Modules to install.

Type: array

File

core/modules/field_ui/src/Tests/ManageFieldsTest.php, line 34
Contains \Drupal\field_ui\Tests\ManageFieldsTest.

Class

ManageFieldsTest
Tests the Field UI "Manage fields" screen.

Namespace

Drupal\field_ui\Tests

Code

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