You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

modules/webform_share/tests/src/Functional/WebformShareVariantTest.php, line 28

Class

WebformShareVariantTest
Webform share variant test.

Namespace

Drupal\Tests\webform_share\Functional

Code

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