public static function EncryptEncryptDecryptTest::getInfo in Encrypt 7
Same name and namespace in other branches
- 7.3 encrypt.test \EncryptEncryptDecryptTest::getInfo()
- 7.2 encrypt.test \EncryptEncryptDecryptTest::getInfo()
File
- ./
encrypt.test, line 13 - Tests for encrypt.module
Class
- EncryptEncryptDecryptTest
- Test basic encryption and decryption.
Code
public static function getInfo() {
return array(
'name' => 'Encrypt and Decrypt a String',
'description' => 'Test basic encrypting and decripting of a string.',
'group' => 'Encrypt',
);
}