You are here

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

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/WebformSubmissionStorageTest.php, line 22

Class

WebformSubmissionStorageTest
Tests webform submission storage.

Namespace

Drupal\Tests\webform\Kernel

Code

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