Namesort descending Location Description
FormExampleTestCase::testElementExample modules/examples/form_example/tests/form_example.test Test the element_example form for correct behavior.
FormExampleTestCase::testTutorials modules/examples/form_example/tests/form_example.test Test each tutorial.
FormExampleTestCase::testWizard modules/examples/form_example/tests/form_example.test Test Wizard tutorial.
FormH5datetimeTestCase::setUp core/modules/simpletest/tests/form.test Sets up a Backdrop site for running functional and integration tests.
FormH5datetimeTestCase::testFormH5datetime core/modules/simpletest/tests/form.test Tests for #type 'html_date', 'html_time' and 'html_datetime' validation.
FormH5datetimeTestCase::testNoAccessH5DateOrTimeElement core/modules/simpletest/tests/form.test Test return value for disabled html_date and html_time elements.
FormResizableTextareaTestCase::setUp core/modules/simpletest/tests/form.test Sets up a Backdrop site for running functional and integration tests.
FormResizableTextareaTestCase::testResizableTextarea core/modules/simpletest/tests/form.test Test that setting #resizable on form item results in correct CSS classes.
FormsArbitraryRebuildTestCase::setUp core/modules/simpletest/tests/form.test Sets up a Backdrop site for running functional and integration tests.
FormsArbitraryRebuildTestCase::testUserRegistrationMultipleField core/modules/simpletest/tests/form.test Tests a rebuild caused by a multiple value field.
FormsArbitraryRebuildTestCase::testUserRegistrationRebuild core/modules/simpletest/tests/form.test Tests a basic rebuild with the user registration form.
FormsElementsDescriptionsTestCase::setUp core/modules/simpletest/tests/form.test {inheritdoc}
FormsElementsDescriptionsTestCase::testFormDescriptions core/modules/simpletest/tests/form.test Test Form Descriptions.
FormsElementsLabelsTestCase::setUp core/modules/simpletest/tests/form.test Sets up a Backdrop site for running functional and integration tests.
FormsElementsLabelsTestCase::testFormLabels core/modules/simpletest/tests/form.test Test form elements, labels, title attributes and required marks output correctly and have the correct label option class if needed.
FormsElementsTableSelectFunctionalTest::formSubmitHelper core/modules/simpletest/tests/form.test Helper function for the option check test to submit a form while collecting errors.
FormsElementsTableSelectFunctionalTest::setUp core/modules/simpletest/tests/form.test Sets up a Backdrop site for running functional and integration tests.
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.

Pages