You are here

function _encryptfapi_test_test_types in Encrypt Form API 7.2

2 calls to _encryptfapi_test_test_types()
EncryptFAPITest::testTypes in ./encryptfapi.test
Returns list of types of tests to perform.
encryptfapi_test_form in tests/encryptfapi_test.module
The form.

File

tests/encryptfapi_test.module, line 148
Declares a form to test Form API encryption.

Code

function _encryptfapi_test_test_types() {
  return array(
    'default',
    'specified',
    'nested',
  );
}