You are here

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

File

tests/src/Functional/KeyChangeTest.php, line 23

Class

KeyChangeTest
Tests changing encryption profiles.

Namespace

Drupal\Tests\field_encrypt\Functional

Code

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