You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

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

Class

WebformVariantPluginTest
Tests for the webform variant plugin.

Namespace

Drupal\Tests\webform\Functional\Variant

Code

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