You are here

public static function EncryptFAPITest::getInfo in Encrypt Form API 7.2

File

./encryptfapi.test, line 13
Tests for encrypt.module

Class

EncryptFAPITest
Test basic encryption and decryption.

Code

public static function getInfo() {
  return array(
    'name' => 'Encrypt Form API Test',
    'description' => 'Test the #encrypt Form API property',
    'group' => 'Encrypt Form API',
  );
}