You are here

protected static property WebformElementExcludedColumnsTest::$testWebforms in Webform 8.5

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

Webforms to load.

Type: array

Overrides WebformBrowserTestBase::$testWebforms

File

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

Class

WebformElementExcludedColumnsTest
Tests for excluded columns element.

Namespace

Drupal\Tests\webform\Functional\Element

Code

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