namespace Drupal\system\Tests\Form

Classsort descending Location Description
AlterTest drupal/core/modules/system/lib/Drupal/system/Tests/Form/AlterTest.php Test form alter hooks.
ArbitraryRebuildTest drupal/core/modules/system/lib/Drupal/system/Tests/Form/ArbitraryRebuildTest.php Tests rebuilding of arbitrary forms by altering them.
CheckboxTest drupal/core/modules/system/lib/Drupal/system/Tests/Form/CheckboxTest.php Tests checkbox element.
ElementsLabelsTest drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsLabelsTest.php Test form element labels, required markers and associated output.
ElementsTableSelectTest drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php Test the tableselect form element for expected behavior.
ElementsVerticalTabsTest drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsVerticalTabsTest.php Test the vertical_tabs form element for expected behavior.
ElementTest drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementTest.php Tests building and processing of core form elements.
EmailTest drupal/core/modules/system/lib/Drupal/system/Tests/Form/EmailTest.php Tests email element.
FileInclusionTest drupal/core/modules/system/lib/Drupal/system/Tests/Form/FileInclusionTest.php Tests form API file inclusion.
FormTest drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
HTMLIdTest drupal/core/modules/system/lib/Drupal/system/Tests/Form/HTMLIdTest.php Tests uniqueness of generated HTML IDs.
LanguageSelectElementTest drupal/core/modules/system/lib/Drupal/system/Tests/Form/LanguageSelectElementTest.php Functional tests for the language select form element.
ProgrammaticTest drupal/core/modules/system/lib/Drupal/system/Tests/Form/ProgrammaticTest.php Test the programmatic form submission behavior.
RebuildTest drupal/core/modules/system/lib/Drupal/system/Tests/Form/RebuildTest.php Tests form rebuilding.
RedirectTest drupal/core/modules/system/lib/Drupal/system/Tests/Form/RedirectTest.php Tests form redirection.
StateValuesCleanAdvancedTest drupal/core/modules/system/lib/Drupal/system/Tests/Form/StateValuesCleanAdvancedTest.php Tests $form_state clearance with form elements having buttons.
StateValuesCleanTest drupal/core/modules/system/lib/Drupal/system/Tests/Form/StateValuesCleanTest.php Test $form_state clearance.
StorageTest drupal/core/modules/system/lib/Drupal/system/Tests/Form/StorageTest.php Test the form storage on a multistep form.
TriggeringElementTest drupal/core/modules/system/lib/Drupal/system/Tests/Form/TriggeringElementTest.php Test that FAPI correctly determines $form_state['triggering_element'].
UrlTest drupal/core/modules/system/lib/Drupal/system/Tests/Form/UrlTest.php Tests URL element.
ValidationTest drupal/core/modules/system/lib/Drupal/system/Tests/Form/ValidationTest.php Test form validation handlers.
WrapperTest drupal/core/modules/system/lib/Drupal/system/Tests/Form/WrapperTest.php Test wrapper form callbacks.