You are here

public static function EncryptEncryptionMethodPluginsTest::getInfo in Encrypt 7.3

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

File

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

Class

EncryptEncryptionMethodPluginsTest
Test encryption method hooks.

Code

public static function getInfo() {
  return array(
    'name' => 'Encryption Method and Key Providers Plugin tests',
    'description' => 'Test encryption method and key provider implementation.',
    'group' => 'Encrypt',
  );
}