You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/WebformSubmissionViewsAccessTest.php, line 25

Class

WebformSubmissionViewsAccessTest
Tests access rules in the context of webform submission views access.

Namespace

Drupal\Tests\webform\Functional

Code

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