You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

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

Class

WebformRestFieldsTest
Test the webform rest endpoints for fields.

Namespace

Drupal\Tests\webform_rest\Functional

Code

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