You are here

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

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

Webforms to load.

Type: array

Overrides WebformBrowserTestBase::$testWebforms

File

tests/src/Functional/Variant/WebformVariantOverrideTest.php, line 20

Class

WebformVariantOverrideTest
Tests for the webform variant override.

Namespace

Drupal\Tests\webform\Functional\Variant

Code

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