You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/field/src/Tests/Views/FieldUITest.php \Drupal\field\Tests\Views\FieldUITest::modules

Modules to enable.

Type: array

Overrides FieldTestBase::$modules

File

core/modules/field/src/Tests/Views/FieldUITest.php, line 32
Contains \Drupal\field\Tests\Views\FieldUITest.

Class

FieldUITest
Tests the UI of the field field handler.

Namespace

Drupal\field\Tests\Views

Code

public static $modules = array(
  'views_ui',
);