You are here

protected static property WebformVariantApplyTest::$testWebforms in Webform 8.5

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

Webforms to load.

Type: array

Overrides WebformBrowserTestBase::$testWebforms

File

tests/src/Functional/Variant/WebformVariantApplyTest.php, line 19

Class

WebformVariantApplyTest
Tests for the webform variant apply.

Namespace

Drupal\Tests\webform\Functional\Variant

Code

protected static $testWebforms = [
  'test_variant_randomize',
  'test_variant_multiple',
];