You are here

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

File

tests/src/Functional/EntityHooksTest.php, line 22

Class

EntityHooksTest
Tests Field encrypt's use_eval_for_entity_hooks setting.

Namespace

Drupal\Tests\field_encrypt\Functional

Code

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