You are here

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

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

Modules to enable.

Type: array

File

core/modules/options/src/Tests/OptionsWidgetsTest.php, line 24
Contains \Drupal\options\Tests\OptionsWidgetsTest.

Class

OptionsWidgetsTest
Tests the Options widgets.

Namespace

Drupal\options\Tests

Code

public static $modules = [
  'node',
  'options',
  'entity_test',
  'options_test',
  'taxonomy',
  'field_ui',
];