You are here

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

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

Webforms to load.

Type: array

Overrides WebformBrowserTestBase::$testWebforms

File

tests/src/Functional/Element/WebformElementEntityAutocompleteTest.php, line 28

Class

WebformElementEntityAutocompleteTest
Tests for entity automcomplete element.

Namespace

Drupal\Tests\webform\Functional\Element

Code

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