namespace Drupal\system\Tests\Form

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