You are here

public static property WebformEncryptSubmissionStorageTest::$modules in Webform Encrypt 8

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

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

Class

WebformEncryptSubmissionStorageTest
Tests webform submission storage.

Namespace

Drupal\Tests\webform_encrypt\Kernel

Code

public static $modules = [
  'system',
  'user',
  'path_alias',
  'field',
  'webform',
  'webform_encrypt_test',
  'key',
  'encrypt',
  'encrypt_test',
  'webform_encrypt',
];