You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

modules/webform_example_element/tests/src/Functional/WebformExampleElementTest.php, line 21

Class

WebformExampleElementTest
Tests for webform example element.

Namespace

Drupal\Tests\webform_example_element\Functional

Code

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