You are here

public static property ChosenFieldWidgetsTest::$modules in Chosen 8.2

Same name and namespace in other branches
  1. 3.0.x modules/chosen_field/tests/src/Functional/ChosenFieldWidgetsTest.php \Drupal\Tests\chosen_field\Functional\ChosenFieldWidgetsTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

modules/chosen_field/tests/src/Functional/ChosenFieldWidgetsTest.php, line 25

Class

ChosenFieldWidgetsTest
Test the Chosen widgets.

Namespace

Drupal\Tests\chosen_field\Functional

Code

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