You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

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

Class

WebformAccessEntityJsonApiTest
Tests for webform entity JSON API access.

Namespace

Drupal\Tests\webform\Functional\Access

Code

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