You are here

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

Same name and namespace in other branches
  1. 8.5 modules/webform_ui/tests/src/Functional/WebformUiElementPropertiesTest.php \Drupal\Tests\webform_ui\Functional\WebformUiElementPropertiesTest::testWebforms

Webforms to load.

Type: array

Overrides WebformBrowserTestBase::$testWebforms

File

modules/webform_ui/tests/src/Functional/WebformUiElementPropertiesTest.php, line 27

Class

WebformUiElementPropertiesTest
Tests for webform UI element properties.

Namespace

Drupal\Tests\webform_ui\Functional

Code

protected static $testWebforms = [
  'example_style_guide',
  'example_element_states',
  'test_element',
  'test_element_access',
  'test_states_triggers',
  'test_example_elements',
  'test_example_elements_composite',
];