You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/Handler/WebformHandlerPluginTest.php, line 20

Class

WebformHandlerPluginTest
Tests for the webform handler plugin.

Namespace

Drupal\Tests\webform\Functional\Handler

Code

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