You are here

protected static property WebformElementComputedTest::$testWebforms in Webform 8.5

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

Webforms to load.

Type: array

Overrides WebformBrowserTestBase::$testWebforms

File

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

Class

WebformElementComputedTest
Tests for computed elements.

Namespace

Drupal\Tests\webform\Functional\Element

Code

protected static $testWebforms = [
  'test_element_computed_token',
  'test_element_computed_twig',
  'test_element_computed_ajax',
];