You are here

protected static property WebformHandlerRemotePostTest::$testWebforms 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::testWebforms

Webforms to load.

Type: array

Overrides WebformBrowserTestBase::$testWebforms

File

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

Class

WebformHandlerRemotePostTest
Tests for remote post webform handler functionality.

Namespace

Drupal\Tests\webform\Functional\Handler

Code

protected static $testWebforms = [
  'test_handler_remote_post',
  'test_handler_remote_put',
  'test_handler_remote_get',
  'test_handler_remote_post_file',
  'test_handler_remote_post_cast',
];