You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/Views/WebformViewsBulkFormTest.php, line 21

Class

WebformViewsBulkFormTest
Tests a webform submission bulk form.

Namespace

Drupal\Tests\webform\Functional\Views

Code

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