You are here

protected static property FormModeManagerBase::$modules in Form mode manager 8.2

Same name and namespace in other branches
  1. 8 tests/src/Functional/FormModeManagerBase.php \Drupal\Tests\form_mode_manager\Functional\FormModeManagerBase::modules

Common modules to install for form_mode_manager.

Type: string[]

Overrides BrowserTestBase::$modules

File

tests/src/Functional/FormModeManagerBase.php, line 23

Class

FormModeManagerBase
Provides a test case for form_mode_manager functional tests.

Namespace

Drupal\Tests\form_mode_manager\Functional

Code

protected static $modules = [
  'entity_test',
  'field',
  'field_ui',
  'media',
  'block',
  'block_content',
  'node',
  'user',
  'form_mode_manager',
  'taxonomy',
];