You are here

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

File

tests/src/Functional/PerformanceScriptTest.php, line 28

Class

PerformanceScriptTest
Tests the performance script provided by the module.

Namespace

Drupal\Tests\field_encrypt\Functional

Code

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