You are here

public static property WebformEntityElementsValidationTest::$modules in Webform 8.5

Same name and namespace in other branches
  1. 6.x tests/src/Kernel/WebformEntityElementsValidationTest.php \Drupal\Tests\webform\Kernel\WebformEntityElementsValidationTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/WebformEntityElementsValidationTest.php, line 20

Class

WebformEntityElementsValidationTest
Tests webform entity elements validation.

Namespace

Drupal\Tests\webform\Kernel

Code

public static $modules = [
  'system',
  'webform',
  'user',
];