You are here

public static property WebformHandlerExcludedTest::$modules in Webform 8.5

Same name and namespace in other branches
  1. 6.x 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',
];