You are here

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

Returns list of element types to test.

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

File

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

Class

EncryptFAPITest
Test basic encryption and decryption.

Code

public static function elementTypes() {
  return _encryptfapi_test_form_element_types();
}