You are here

protected static property WebformElementValidateUniqueTest::$testWebforms in Webform 8.5

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

Webforms to load.

Type: array

Overrides WebformBrowserTestBase::$testWebforms

File

tests/src/Functional/Element/WebformElementValidateUniqueTest.php, line 19

Class

WebformElementValidateUniqueTest
Tests for webform validate unique.

Namespace

Drupal\Tests\webform\Functional\Element

Code

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