You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

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

Class

WebformEntityReferenceItemNormalizerTest
Tests the normalization of webform entity reference items.

Namespace

Drupal\Tests\webform\Functional

Code

public static $modules = [
  'rest',
  'serialization',
  'hal',
  'webform',
  'webform_node',
];