public static function EncryptEncryptionMethodHooksTest::getInfo in Encrypt 7
File
- ./
encrypt.test, line 157 - Tests for encrypt.module
Class
- EncryptEncryptionMethodHooksTest
- Test encryption method hooks.
Code
public static function getInfo() {
return array(
'name' => 'Encryption Method Hook tests',
'description' => 'Test encryption method declaration hooks.',
'group' => 'Encrypt',
);
}