Namesort descending Location Description
FormsElementsTableSelectFunctionalTest::testAdvancedSelect core/modules/simpletest/tests/form.test Test the #js_select property.
FormsElementsTableSelectFunctionalTest::testAjax core/modules/simpletest/tests/form.test Test presence of ajax functionality
FormsElementsTableSelectFunctionalTest::testEmptyText core/modules/simpletest/tests/form.test Test the display of the #empty text when #options is an empty array.
FormsElementsTableSelectFunctionalTest::testMultipleFalse core/modules/simpletest/tests/form.test Test the display of radios when #multiple is FALSE.
FormsElementsTableSelectFunctionalTest::testMultipleFalseOptionChecker core/modules/simpletest/tests/form.test Test the whether the option checker gives an error on invalid tableselect values for radios.
FormsElementsTableSelectFunctionalTest::testMultipleFalseSubmit core/modules/simpletest/tests/form.test Test submission of values when #multiple is FALSE.
FormsElementsTableSelectFunctionalTest::testMultipleTrue core/modules/simpletest/tests/form.test Test the display of checkboxes when #multiple is TRUE.
FormsElementsTableSelectFunctionalTest::testMultipleTrueOptionChecker core/modules/simpletest/tests/form.test Test the whether the option checker gives an error on invalid tableselect values for checkboxes.
FormsElementsTableSelectFunctionalTest::testMultipleTrueSubmit core/modules/simpletest/tests/form.test Test the submission of single and multiple values when #multiple is TRUE.
FormsElementsVerticalTabsFunctionalTest::setUp core/modules/simpletest/tests/form.test Sets up a Backdrop site for running functional and integration tests.
FormsElementsVerticalTabsFunctionalTest::testJavaScriptOrdering core/modules/simpletest/tests/form.test Ensures that vertical-tabs.js is included before collapse.js.
FormsFileInclusionTestCase::setUp core/modules/simpletest/tests/form.test Sets up a Backdrop site for running functional and integration tests.
FormsFileInclusionTestCase::testLoadCustomInclude core/modules/simpletest/tests/form.test Tests loading a custom specified include.
FormsFileInclusionTestCase::testLoadMenuInclude core/modules/simpletest/tests/form.test Tests loading an include specified in hook_menu().
FormsFormCacheTestCase::setUp core/modules/simpletest/tests/form.test Overrides BackdropWebTestCase::setUp() for upgrade for form cache test.
FormsFormCacheTestCase::testCacheForm core/modules/simpletest/tests/form.test Tests storing and retrieving the form from cache.
FormsFormCacheTestCase::testCacheFormCustomExpiration core/modules/simpletest/tests/form.test Tests changing form_cache_expiration.
FormsFormStoragePageCacheTestCase::getFormBuildId core/modules/simpletest/tests/form.test Return the build id of the current form.
FormsFormStoragePageCacheTestCase::setUp core/modules/simpletest/tests/form.test Sets up a Backdrop site for running functional and integration tests.
FormsFormStoragePageCacheTestCase::testRebuildFormStorageOnCachedPage core/modules/simpletest/tests/form.test Build-id is regenerated when rebuilding cached form.
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.

Pages