You are here

public static property WebformVariantElementTest::$modules in Webform 6.x

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

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

Class

WebformVariantElementTest
Tests for the webform variant element.

Namespace

Drupal\Tests\webform\Functional\Variant

Code

public static $modules = [
  'block',
  'webform',
  'webform_ui',
  'webform_test_variant',
];