You are here

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

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

Modules to enable.

Type: array

File

core/modules/options/src/Tests/OptionsFieldUITest.php, line 25
Contains \Drupal\options\Tests\OptionsFieldUITest.

Class

OptionsFieldUITest
Tests the Options field UI functionality.

Namespace

Drupal\options\Tests

Code

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