You are here

function encrypt_test_key_providers_test in Encrypt 7.3

Same name and namespace in other branches
  1. 7.2 tests/plugins/key_providers/test.inc \encrypt_test_key_providers_test()

Callback for encryption.

Just return the text since we're not concerned with testing encryption.

1 string reference to 'encrypt_test_key_providers_test'
test.inc in tests/plugins/key_providers/test.inc

File

tests/plugins/key_providers/test.inc, line 21

Code

function encrypt_test_key_providers_test($settings) {
  return 'Some long key';
}