You are here

protected static property WebformHandlerActionTest::$testWebforms in Webform 6.x

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

Webforms to load.

Type: array

Overrides WebformBrowserTestBase::$testWebforms

File

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

Class

WebformHandlerActionTest
Tests for action webform handler functionality.

Namespace

Drupal\Tests\webform\Functional\Handler

Code

protected static $testWebforms = [
  'test_handler_action',
];