You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/Settings/WebformSettingsPathTest.php, line 17

Class

WebformSettingsPathTest
Tests for webform path and page.

Namespace

Drupal\Tests\webform\Functional\Settings

Code

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