You are here

public static property FieldEncryptTestBase::$modules in Field Encryption 3.0.x

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/FieldEncryptTestBase.php \Drupal\Tests\field_encrypt\Functional\FieldEncryptTestBase::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',
];