You are here

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

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

Modules to enable.

Type: array

Overrides WebformAccessBrowserTestBase::$modules

File

modules/webform_access/tests/src/Functional/WebformAccessSubmissionViewsTest.php, line 21

Class

WebformAccessSubmissionViewsTest
Tests for webform access submission views.

Namespace

Drupal\Tests\webform_access\Functional

Code

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