You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

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

Class

WebformVariantExcludedTest
Tests for the webform variant excluded.

Namespace

Drupal\Tests\webform\Functional\Variant

Code

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