You are here

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

Overrides FieldEncryptTestBase::$modules

File

tests/src/Functional/FieldEncryptApiHooksTest.php, line 25

Class

FieldEncryptApiHooksTest
Tests Field Encrypt's API hooks.

Namespace

Drupal\Tests\field_encrypt\Functional

Code

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