You are here

protected static property FieldWidgetConfigTest::$modules in Entity Browser 8.2

Same name and namespace in other branches
  1. 8 tests/src/FunctionalJavascript/FieldWidgetConfigTest.php \Drupal\Tests\entity_browser\FunctionalJavascript\FieldWidgetConfigTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/FunctionalJavascript/FieldWidgetConfigTest.php, line 31

Class

FieldWidgetConfigTest
Tests the config UI for adding and editing entity browsers.

Namespace

Drupal\Tests\entity_browser\FunctionalJavascript

Code

protected static $modules = [
  'entity_browser',
  'entity_browser_test',
  'block',
  'node',
  'taxonomy',
  'views',
  'token',
  'field_ui',
];