You are here

public static property WebformElementPluginPropertiesTest::$modules in Webform 6.x

Same name and namespace in other branches
  1. 8.5 tests/src/Functional/Element/WebformElementPluginPropertiesTest.php \Drupal\Tests\webform\Functional\Element\WebformElementPluginPropertiesTest::modules

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/Element/WebformElementPluginPropertiesTest.php, line 20

Class

WebformElementPluginPropertiesTest
Tests for webform element properties.

Namespace

Drupal\Tests\webform\Functional\Element

Code

public static $modules = [
  'address',
  'captcha',
  'image',
  'jquery_ui_datepicker',
  'taxonomy',
  'webform',
  'webform_attachment',
  'webform_cards',
  // Issue #3110478: [Webform 8.x-6.x] Track the D9 readiness state of the
  // Webform module's (optional) dependencies.
  // @see https://www.drupal.org/project/webform/issues/3110478
  // 'webform_entity_print_attachment',
  'webform_image_select',
  'webform_location_geocomplete',
  'webform_options_custom',
  'webform_toggles',
];