You are here

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

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

Webforms to load.

Type: array

Overrides WebformBrowserTestBase::$testWebforms

File

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

Class

WebformElementReadonlyTest
Tests for webform element readonly attribute.

Namespace

Drupal\Tests\webform\Functional\Element

Code

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