You are here

protected static property WebformSettingsAjaxJavaScriptTest::$testWebforms in Webform 8.5

Same name and namespace in other branches
  1. 6.x tests/src/FunctionalJavascript/Settings/WebformSettingsAjaxJavaScriptTest.php \Drupal\Tests\webform\FunctionalJavascript\Settings\WebformSettingsAjaxJavaScriptTest::testWebforms

Webforms to load.

Type: array

Overrides WebformWebDriverTestBase::$testWebforms

File

tests/src/FunctionalJavascript/Settings/WebformSettingsAjaxJavaScriptTest.php, line 20

Class

WebformSettingsAjaxJavaScriptTest
Tests webform JavaScript.

Namespace

Drupal\Tests\webform\FunctionalJavascript\Settings

Code

protected static $testWebforms = [
  'test_ajax',
  'test_ajax_confirmation_inline',
  'test_ajax_confirmation_message',
  'test_ajax_confirmation_modal',
  'test_ajax_confirmation_page',
  'test_ajax_confirmation_url',
  'test_ajax_confirmation_url_msg',
];