You are here

protected static property WebformElementCheckboxesJavaScriptTest::$testWebforms in Webform 8.5

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

Webforms to load.

Type: array

Overrides WebformWebDriverTestBase::$testWebforms

File

tests/src/FunctionalJavascript/Element/WebformElementCheckboxesJavaScriptTest.php, line 19

Class

WebformElementCheckboxesJavaScriptTest
Tests webform checkboxes element.

Namespace

Drupal\Tests\webform\FunctionalJavascript\Element

Code

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