You are here

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

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

Webforms to load.

Type: array

Overrides WebformBrowserTestBase::$testWebforms

File

tests/src/Functional/Settings/WebformSettingsDraftTest.php, line 23

Class

WebformSettingsDraftTest
Tests for webform submission form draft.

Namespace

Drupal\Tests\webform\Functional\Settings

Code

protected static $testWebforms = [
  'test_form_draft_authenticated',
  'test_form_draft_anonymous',
  'test_form_draft_multiple',
  'test_form_preview',
];