You are here

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

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

Webforms to load.

Type: array

Overrides WebformBrowserTestBase::$testWebforms

File

tests/src/Functional/Form/WebformFormPropertiesTest.php, line 19

Class

WebformFormPropertiesTest
Tests for form properties.

Namespace

Drupal\Tests\webform\Functional\Form

Code

protected static $testWebforms = [
  'test_form_properties',
  'test_element_invalid',
];