You are here

public static property FieldEncryptTestBase::$modules in Field Encryption 8.2

Same name and namespace in other branches
  1. 3.0.x tests/src/Functional/FieldEncryptTestBase.php \Drupal\Tests\field_encrypt\Functional\FieldEncryptTestBase::modules

Modules to enable for this test.

Type: string[]

Overrides EncryptTestBase::$modules

File

tests/src/Functional/FieldEncryptTestBase.php, line 21

Class

FieldEncryptTestBase
Base test class for field_encrypt.

Namespace

Drupal\Tests\field_encrypt\Functional

Code

public static $modules = [
  'node',
  'field',
  'field_ui',
  'text',
  'locale',
  'content_translation',
  'key',
  'encrypt',
  'encrypt_test',
  'field_encrypt',
];