You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

modules/webform_templates/tests/src/Functional/WebformTemplatesTest.php, line 21

Class

WebformTemplatesTest
Tests for webform submission webform settings.

Namespace

Drupal\Tests\webform_templates\Functional

Code

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