You are here

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

File

tests/src/Functional/BaseFieldTest.php, line 26

Class

BaseFieldTest
Tests base field encryption.

Namespace

Drupal\Tests\field_encrypt\Functional

Code

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