You are here

public static function EncryptPortability::getInfo in Encrypt 7.3

Same name and namespace in other branches
  1. 7.2 encrypt.test \EncryptPortability::getInfo()

File

./encrypt.test, line 100
Tests for encrypt.module

Class

EncryptPortability
Various tests that ensure our encrypted data is portable (i.e. encryptable/decryptable in different environments).

Code

public static function getInfo() {
  return array(
    'name' => 'Encryption Portability tests',
    'description' => 'Test to make sure an encryption array carries its encryption method and key provider with it to ensure portability.',
    'group' => 'Encrypt',
  );
}