public static property WebformElementPluginDefinitionsTest::$modules in Webform 8.5
Same name and namespace in other branches
- 6.x tests/src/Functional/Element/WebformElementPluginDefinitionsTest.php \Drupal\Tests\webform\Functional\Element\WebformElementPluginDefinitionsTest::modules
Modules to enable.
Type: array
Overrides WebformBrowserTestBase::$modules
File
- tests/
src/ Functional/ Element/ WebformElementPluginDefinitionsTest.php, line 20
Class
- WebformElementPluginDefinitionsTest
- Tests for webform element definitions.
Namespace
Drupal\Tests\webform\Functional\ElementCode
public static $modules = [
'address',
'captcha',
'image',
'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',
];