You are here

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

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

Webforms to load.

Type: array

Overrides WebformBrowserTestBase::$testWebforms

File

tests/src/Functional/Settings/WebformSettingsConfirmationTest.php, line 21

Class

WebformSettingsConfirmationTest
Tests for webform submission form confirmation.

Namespace

Drupal\Tests\webform\Functional\Settings

Code

protected static $testWebforms = [
  'test_confirmation_message',
  'test_confirmation_modal',
  'test_confirmation_inline',
  'test_confirmation_page',
  'test_confirmation_page_custom',
  'test_confirmation_url',
  'test_confirmation_url_message',
  'test_confirmation_none',
];