You are here

protected static property WebformElementExcludedElementsTest::$testWebforms in Webform 8.5

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

Webforms to load.

Type: array

Overrides WebformBrowserTestBase::$testWebforms

File

tests/src/Functional/Element/WebformElementExcludedElementsTest.php, line 17

Class

WebformElementExcludedElementsTest
Tests for excluded elements element.

Namespace

Drupal\Tests\webform\Functional\Element

Code

protected static $testWebforms = [
  'test_element_excluded_elements',
];