You are here

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

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

Modules to install.

Type: array

File

core/modules/field_ui/src/Tests/FieldUIDeleteTest.php, line 29
Contains \Drupal\field_ui\Tests\FieldUIDeleteTest.

Class

FieldUIDeleteTest
Tests deletion of a field and their dependencies in the UI.

Namespace

Drupal\field_ui\Tests

Code

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