You are here

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

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

Modules to install.

Type: string[]

File

core/modules/field_ui/src/Tests/FieldUIRouteTest.php, line 26
Contains \Drupal\field_ui\Tests\FieldUIRouteTest.

Class

FieldUIRouteTest
Tests the functionality of the Field UI route subscriber.

Namespace

Drupal\field_ui\Tests

Code

public static $modules = [
  'block',
  'entity_test',
  'field_ui',
];