You are here

function encrypt_test_encryption_methods_test in Encrypt 7.3

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

Callback for encryption.

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

1 string reference to 'encrypt_test_encryption_methods_test'
test.inc in tests/plugins/encryption_methods/test.inc

File

tests/plugins/encryption_methods/test.inc, line 22

Code

function encrypt_test_encryption_methods_test($op = 'encrypt', $text = '', $options = array()) {
  return $text;
}