You are here

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

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

Modules to enable.

Type: array

Overrides WebformNodeBrowserTestBase::$modules

File

modules/webform_node/tests/src/Functional/WebformNodeVariantTest.php, line 19

Class

WebformNodeVariantTest
Tests for webform node variants.

Namespace

Drupal\Tests\webform_node\Functional

Code

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