You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/Settings/WebformSettingsPrepopulateTest.php, line 22

Class

WebformSettingsPrepopulateTest
Tests for webform prepopulate settings.

Namespace

Drupal\Tests\webform\Functional\Settings

Code

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