You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

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

Class

WebformHandlerConditionsTest
Tests for webform handler plugin conditions.

Namespace

Drupal\Tests\webform\Functional\Handler

Code

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