| 
            FormsFormStoragePageCacheTestCase::testValidateFormStorageOnCachedPage           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Build-id is regenerated when validating cached form.           | 
              
          
                  | 
            FormsFormStorageTestCase::setUp           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Sets up a Backdrop site for running functional and integration tests.           | 
              
          
                  | 
            FormsFormStorageTestCase::testCachedFormStorageValidation           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Tests updating cached form storage during form validation.           | 
              
          
                  | 
            FormsFormStorageTestCase::testForm           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Tests using the form in a usual way.           | 
              
          
                  | 
            FormsFormStorageTestCase::testFormCached           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Tests using the form with an activated $form_state['cache'] property.           | 
              
          
                  | 
            FormsFormStorageTestCase::testFormStatePersist           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Tests a form using form state without using 'storage' to pass data from the
constructor to a submit handler. The data has to persist even when caching
gets activated, what may happen when a modules alter the form and adds
#ajax properties.           | 
              
          
                  | 
            FormsFormStorageTestCase::testImmutableForm           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Verifies that form build-id is regenerated when loading an immutable form
from the cache.           | 
              
          
                  | 
            FormsFormStorageTestCase::testImmutableFormLegacyProtection           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Verify that existing contrib code cannot overwrite immutable form state.           | 
              
          
                  | 
            FormsFormStorageTestCase::testMutableForm           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Verify that the form build-id remains the same when validation errors
occur on a mutable form.           | 
              
          
                  | 
            FormsFormStorageTestCase::testValidation           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Tests validation when form storage is used.           | 
              
          
                  | 
            FormsFormWrapperTestCase::setUp           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Sets up a Backdrop site for running functional and integration tests.           | 
              
          
                  | 
            FormsFormWrapperTestCase::testWrapperCallback           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Tests using the form in a usual way.           | 
              
          
                  | 
            FormsProgrammaticTestCase::setUp           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Sets up a Backdrop site for running functional and integration tests.           | 
              
          
                  | 
            FormsProgrammaticTestCase::submitForm           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Helper function used to programmatically submit the form defined in
form_test.module with the given values.           | 
              
          
                  | 
            FormsProgrammaticTestCase::testSubmissionWorkflow           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Test the programmatic form submission workflow.           | 
              
          
                  | 
            FormsRebuildTestCase::setUp           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Sets up a Backdrop site for running functional and integration tests.           | 
              
          
                  | 
            FormsRebuildTestCase::testPreserveFormActionAfterAJAX           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Tests that a form's action is retained after an Ajax submission.           | 
              
          
                  | 
            FormsRebuildTestCase::testRebuildPreservesValues           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Tests preservation of values.           | 
              
          
                  | 
            FormsRedirectTestCase::setUp           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Sets up a Backdrop site for running functional and integration tests.           | 
              
          
                  | 
            FormsRedirectTestCase::testRedirect           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Tests form redirection.           | 
              
          
                  | 
            FormStateValuesCleanAdvancedTestCase::setUp           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Sets up a Backdrop site for running functional and integration tests.           | 
              
          
                  | 
            FormStateValuesCleanAdvancedTestCase::testFormStateValuesCleanAdvanced           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Tests form_state_values_clean().           | 
              
          
                  | 
            FormStateValuesCleanTestCase::setUp           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Sets up a Backdrop site for running functional and integration tests.           | 
              
          
                  | 
            FormStateValuesCleanTestCase::testFormStateValuesClean           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Tests form_state_values_clean().           | 
              
          
                  | 
            FormsTestCase::assertFormValuesDefault           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Assert that the values submitted to a form matches the default values of the elements.           | 
              
          
                  | 
            FormsTestCase::setUp           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Sets up a Backdrop site for running functional and integration tests.           | 
              
          
                  | 
            FormsTestCase::testCheckboxProcessing           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Test default value handling for checkboxes.           | 
              
          
                  | 
            FormsTestCase::testColorValidation           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Tests validation of #type 'color' elements.           | 
              
          
                  | 
            FormsTestCase::testDisabledElements           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Test handling of disabled elements.           | 
              
          
                  | 
            FormsTestCase::testDisabledMarkup           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Verify markup for disabled form elements.           | 
              
          
                  | 
            FormsTestCase::testInputForgery           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Test Form API protections against input forgery.           | 
              
          
                  | 
            FormsTestCase::testNumber           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Tests validation of #type 'number' elements.           | 
              
          
                  | 
            FormsTestCase::testRequiredCheckboxesRadio           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Tests validation for required checkbox, select, and radio elements.           | 
              
          
                  | 
            FormsTestCase::testRequiredFields           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Check several empty values for required forms elements.           | 
              
          
                  | 
            FormsTestCase::testRequiredTextfieldNoTitle           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Tests validation for required textfield element without title.           | 
              
          
                  | 
            FormsTestCase::testSelect           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Tests validation of #type 'select' elements.           | 
              
          
                  | 
            FormsTriggeringElementTestCase::setUp           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Sets up a Backdrop site for running functional and integration tests.           | 
              
          
                  | 
            FormsTriggeringElementTestCase::testAttemptAccessControlBypass           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Test that $form_state['triggering_element'] does not get set to a button
with #access=FALSE.           | 
              
          
                  | 
            FormsTriggeringElementTestCase::testNoButtonInfoInPost           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Test the determination of $form_state['triggering_element'] when no button
information is included in the POST data, as is sometimes the case when
the ENTER key is pressed in a textfield in Internet Explorer.           | 
              
          
                  | 
            FormTextareaTestCase::testValueCallback           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Tests that textarea value is properly set.           | 
              
          
                  | 
            FormUrlTestCase::setUp           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Sets up a Backdrop site for running functional and integration tests.           | 
              
          
                  | 
            FormUrlTestCase::testFormUrl           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Tests that #type 'url' fields are properly validated and trimmed.           | 
              
          
                  | 
            FormValidationTestCase::setUp           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Sets up a Backdrop site for running functional and integration tests.           | 
              
          
                  | 
            FormValidationTestCase::testCustomRequiredMessage           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Tests #required with custom validation errors.           | 
              
          
                  | 
            FormValidationTestCase::testDisabledToken           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Tests that a form with a disabled CSRF token can be validated.           | 
              
          
                  | 
            FormValidationTestCase::testMultiFormSameNameErrorClass           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Tests error border of multiple fields with same name in a page.           | 
              
          
                  | 
            FormValidationTestCase::testValidate           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Tests form alterations by #element_validate, #validate, and form_set_value().           | 
              
          
                  | 
            FormValidationTestCase::testValidateLimitErrors           | 
                  
            core/modules/simpletest/tests/form.test           | 
                  
            Tests partial form validation through #limit_validation_errors.           | 
              
          
                  | 
            form_builder           | 
                  
            core/includes/form.inc           | 
                  
            Builds and processes all elements in the structured form array.           | 
              
          
                  | 
            form_clear_error           | 
                  
            core/includes/form.inc           | 
                  
            Clears all errors against all form elements made by form_set_error().           |