You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/Handler/WebformHandlerExcludedTest.php, line 19

Class

WebformHandlerExcludedTest
Tests for the webform handler excluded.

Namespace

Drupal\Tests\webform\Functional\Handler

Code

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