You are here

public static property WebformRestSubmissionTest::$modules in Webform REST 4.x

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/WebformRestSubmissionTest.php \Drupal\Tests\webform_rest\Functional\WebformRestSubmissionTest::modules

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

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

Class

WebformRestSubmissionTest
Test the webform rest endpoints for submissions.

Namespace

Drupal\Tests\webform_rest\Functional

Code

public static $modules = [
  'webform',
  'webform_rest',
  'webform_rest_test',
];