You are here

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

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/WebformBrowserTestBase.php, line 31

Class

WebformBrowserTestBase
Defines an abstract test base for webform tests.

Namespace

Drupal\Tests\webform\Functional

Code

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