You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/Field/WebformFieldTest.php, line 20

Class

WebformFieldTest
Tests the webform (entity reference) field.

Namespace

Drupal\Tests\webform\Functional\Field

Code

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