You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/Element/WebformElementViewTest.php, line 17

Class

WebformElementViewTest
Tests for view element.

Namespace

Drupal\Tests\webform\Functional\Element

Code

public static $modules = [
  'webform',
  'webform_ui',
  'views',
  'views_ui',
];