You are here

public static property WebformRestElementsTest::$modules in Webform REST 8.2

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/WebformRestElementsTest.php, line 19

Class

WebformRestElementsTest
Test the webform rest endpoints for elements.

Namespace

Drupal\Tests\webform_rest\Functional

Code

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