public static function EncryptKeyHandling::getInfo in Encrypt 7
File
- ./
encrypt.test, line 96 - Tests for encrypt.module
Class
- EncryptKeyHandling
- Test key handling.
Code
public static function getInfo() {
return array(
'name' => 'Key Handling',
'description' => 'Make sure keys are handled well.',
'group' => 'Encrypt',
);
}