You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/Handler/WebformHandlerTest.php, line 21

Class

WebformHandlerTest
Tests for webform handler plugin.

Namespace

Drupal\Tests\webform\Functional\Handler

Code

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