public static function EncryptPortability::getInfo in Encrypt 7.2
Same name and namespace in other branches
- 7.3 encrypt.test \EncryptPortability::getInfo()
Implements getInfo().
File
- ./
encrypt.test, line 92 - Tests for the project Encrypt.
Class
- EncryptPortability
- Various tests that ensure our encrypted data is portable.
Code
public static function getInfo() {
return array(
'name' => 'Encryption Portability tests',
'description' => 'Test to make sure an encryption array carries its encryption method and key provider with it to ensure portability.',
'group' => 'Encrypt',
);
}