You are here

namespace Drupal\Tests\field_encrypt\Functional in Field Encryption 3.0.x

Same name in other branches
  1. 8.2 Drupal\Tests\field_encrypt\Functional
Classsort descending Location Description
BaseFieldTest tests/src/Functional/BaseFieldTest.php Tests base field encryption.
CacheTest tests/src/Functional/CacheTest.php Tests field encryption caching.
CommerceTest tests/src/Functional/CommerceTest.php Tests field encryption settings with the Commerce module.
ConfigurableFieldTest tests/src/Functional/ConfigurableFieldTest.php Tests field encryption.
EncryptingExistingDataTest tests/src/Functional/EncryptingExistingDataTest.php Tests encrypting fields on entities that already exist.
EncryptUserTest tests/src/Functional/EncryptUserTest.php Tests user field encryption.
EntityHooksTest tests/src/Functional/EntityHooksTest.php Tests Field encrypt's use_eval_for_entity_hooks setting.
FieldEncryptApiHooksTest tests/src/Functional/FieldEncryptApiHooksTest.php Tests Field Encrypt's API hooks.
FieldEncryptTestBase tests/src/Functional/FieldEncryptTestBase.php Base test class for field_encrypt.
FieldEncryptUpdatePathTest tests/src/Functional/FieldEncryptUpdatePathTest.php Tests that updating from older versions of field encrypt is not supported.
KeyChangeTest tests/src/Functional/KeyChangeTest.php Tests changing encryption profiles.
PerformanceScriptTest tests/src/Functional/PerformanceScriptTest.php Tests the performance script provided by the module.