public static property OptionsWidgetsTest::$modules in Drupal 8
Same name and namespace in other branches
- 9 core/modules/options/tests/src/Functional/OptionsWidgetsTest.php \Drupal\Tests\options\Functional\OptionsWidgetsTest::modules
 
Modules to enable.
Type: array
Overrides BrowserTestBase::$modules
File
- core/
modules/ options/ tests/ src/ Functional/ OptionsWidgetsTest.php, line 22  
Class
- OptionsWidgetsTest
 - Tests the Options widgets.
 
Namespace
Drupal\Tests\options\FunctionalCode
public static $modules = [
  'node',
  'options',
  'entity_test',
  'options_test',
  'taxonomy',
  'field_ui',
];