You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/Handler/WebformHandlerRemotePostTest.php, line 22

Class

WebformHandlerRemotePostTest
Tests for remote post webform handler functionality.

Namespace

Drupal\Tests\webform\Functional\Handler

Code

public static $modules = [
  'file',
  'webform',
  'webform_test_handler_remote_post',
];