You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/WebformSubmissionViewsTest.php, line 26

Class

WebformSubmissionViewsTest
Tests for webform submission views integration.

Namespace

Drupal\Tests\webform\Functional

Code

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