You are here

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

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

Modules to enable.

Type: array

Overrides WebformNodeBrowserTestBase::$modules

File

modules/webform_node/tests/src/Functional/Access/WebformNodeAccessRulesTest.php, line 20

Class

WebformNodeAccessRulesTest
Tests for webform node access rules.

Namespace

Drupal\Tests\webform_node\Functional\Access

Code

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