You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

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

Class

WebformElementTest
Tests for webform element.

Namespace

Drupal\Tests\webform\Functional\Element

Code

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