public static property WebformRestCompleteSubmissionTest::$modules in Webform REST 4.x
Same name and namespace in other branches
- 8.2 tests/src/Functional/WebformRestCompleteSubmissionTest.php \Drupal\Tests\webform_rest\Functional\WebformRestCompleteSubmissionTest::modules
Modules to enable.
Type: array
Overrides WebformBrowserTestBase::$modules
File
- tests/
src/ Functional/ WebformRestCompleteSubmissionTest.php, line 22
Class
- WebformRestCompleteSubmissionTest
- Test the webform rest endpoints for complete submissions.
Namespace
Drupal\Tests\webform_rest\FunctionalCode
public static $modules = [
'webform',
'webform_rest',
'webform_rest_test',
];