You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/Access/WebformAccessEntityRestTest.php, line 20

Class

WebformAccessEntityRestTest
Tests for webform entity REST access.

Namespace

Drupal\Tests\webform\Functional\Access

Code

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