public static function EncryptEncryptionMethodPluginsTest::getInfo in Encrypt 7.2
Same name and namespace in other branches
- 7.3 encrypt.test \EncryptEncryptionMethodPluginsTest::getInfo()
Implements getInfo().
File
- ./
encrypt.test, line 173 - Tests for the project Encrypt.
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',
);
}