You are here

protected static property WebformSettingsBehaviorsTest::$testWebforms in Webform 8.5

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

Webforms to load.

Type: array

Overrides WebformBrowserTestBase::$testWebforms

File

tests/src/Functional/Settings/WebformSettingsBehaviorsTest.php, line 20

Class

WebformSettingsBehaviorsTest
Tests for webform settings behaviors.

Namespace

Drupal\Tests\webform\Functional\Settings

Code

protected static $testWebforms = [
  'test_form_submit_once',
  'test_form_disable_back',
  'test_form_submit_back',
  'test_form_unsaved',
  'test_form_disable_autocomplete',
  'test_form_novalidate',
  'test_form_disable_inline_errors',
  'test_form_required',
  'test_form_autofocus',
  'test_form_details_toggle',
];