You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/WebformExampleFunctionalTest.php, line 15

Class

WebformExampleFunctionalTest
Example of webform browser test.

Namespace

Drupal\Tests\webform\Functional

Code

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