You are here

public static property WebformAccessEntityRulesTest::$modules in Webform 8.5

Same name and namespace in other branches
  1. 6.x tests/src/Functional/Access/WebformAccessEntityRulesTest.php \Drupal\Tests\webform\Functional\Access\WebformAccessEntityRulesTest::modules

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/Access/WebformAccessEntityRulesTest.php, line 21

Class

WebformAccessEntityRulesTest
Tests for webform entity access rules.

Namespace

Drupal\Tests\webform\Functional\Access

Code

public static $modules = [
  'node',
  'webform',
  'webform_test_submissions',
];