You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/WebformBrowserTestBaseTest.php, line 19

Class

WebformBrowserTestBaseTest
Test the webform test base class.

Namespace

Drupal\Tests\webform\Functional

Code

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