You are here

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

Returns list of types of tests to perform.

1 call to EncryptFAPITest::testTypes()
EncryptFAPITest::testEncryption in ./encryptfapi.test
Tests #encrypt property on all supported form element types.

File

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

Class

EncryptFAPITest
Test basic encryption and decryption.

Code

public static function testTypes() {
  return _encryptfapi_test_test_types();
}