You are here

public static property WebformElementPluginTest::$modules in Webform 8.5

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

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

Class

WebformElementPluginTest
Tests for the webform element plugin.

Namespace

Drupal\Tests\webform\Functional\Element

Code

public static $modules = [
  'webform',
  'webform_test_element',
];