You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/WebformThirdPartySettingsTest.php, line 19

Class

WebformThirdPartySettingsTest
Tests for webform third party settings.

Namespace

Drupal\Tests\webform\Functional

Code

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