You are here

public static function EncryptEncryptDecryptTest::getInfo in Encrypt 7.2

Same name and namespace in other branches
  1. 7.3 encrypt.test \EncryptEncryptDecryptTest::getInfo()
  2. 7 encrypt.test \EncryptEncryptDecryptTest::getInfo()

Implements getInfo().

File

./encrypt.test, line 16
Tests for the project Encrypt.

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',
  );
}