You are here

protected static property WebformElementTableTest::$testWebforms in Webform 8.5

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

Webforms to load.

Type: array

Overrides WebformBrowserTestBase::$testWebforms

File

tests/src/Functional/Element/WebformElementTableTest.php, line 27

Class

WebformElementTableTest
Tests for table elements.

Namespace

Drupal\Tests\webform\Functional\Element

Code

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