Search for test
Title | Object type | File name | Summary |
---|---|---|---|
FormsFormWrapperTestCase::getInfo | function | modules/ |
|
FormsFormWrapperTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormsFormWrapperTestCase::testWrapperCallback | function | modules/ |
Tests using the form in a usual way. |
FormsProgrammaticTestCase | class | modules/ |
Test the programmatic form submission behavior. |
FormsProgrammaticTestCase::getInfo | function | modules/ |
|
FormsProgrammaticTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormsProgrammaticTestCase::submitForm | function | modules/ |
Helper function used to programmatically submit the form defined in form_test.module with the given values. |
FormsProgrammaticTestCase::testSubmissionWorkflow | function | modules/ |
Test the programmatic form submission workflow. |
FormsRebuildTestCase | class | modules/ |
Tests form rebuilding. |
FormsRebuildTestCase::$web_user | property | modules/ |
|
FormsRebuildTestCase::getInfo | function | modules/ |
|
FormsRebuildTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormsRebuildTestCase::testPreserveFormActionAfterAJAX | function | modules/ |
Tests that a form's action is retained after an Ajax submission. |
FormsRebuildTestCase::testRebuildPreservesValues | function | modules/ |
Tests preservation of values. |
FormsRedirectTestCase | class | modules/ |
Tests form redirection. |
FormsRedirectTestCase::getInfo | function | modules/ |
|
FormsRedirectTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormsRedirectTestCase::testRedirect | function | modules/ |
Tests form redirection. |
FormStateValuesCleanAdvancedTestCase | class | modules/ |
Tests $form_state clearance with form elements having buttons. |
FormStateValuesCleanAdvancedTestCase::$image | property | modules/ |
An image file path for uploading. |
FormStateValuesCleanAdvancedTestCase::getInfo | function | modules/ |
|
FormStateValuesCleanAdvancedTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormStateValuesCleanAdvancedTestCase::testFormStateValuesCleanAdvanced | function | modules/ |
Tests form_state_values_clean(). |
FormStateValuesCleanTestCase | class | modules/ |
Test $form_state clearance. |
FormStateValuesCleanTestCase::getInfo | function | modules/ |
|
FormStateValuesCleanTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormStateValuesCleanTestCase::testFormStateValuesClean | function | modules/ |
Tests form_state_values_clean(). |
FormsTestCase | class | modules/ |
@file Unit tests for the Drupal Form API. |
FormsTestCase::assertFormValuesDefault | function | modules/ |
Assert that the values submitted to a form matches the default values of the elements. |
FormsTestCase::checkFormValue | function | modules/ |
Checks that a given form input value is sanitized to the expected result. |
FormsTestCase::getInfo | function | modules/ |
|
FormsTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormsTestCase::testCheckboxProcessing | function | modules/ |
Test default value handling for checkboxes. |
FormsTestCase::testDisabledElements | function | modules/ |
Test handling of disabled elements. |
FormsTestCase::testDisabledMarkup | function | modules/ |
Verify markup for disabled form elements. |
FormsTestCase::testInputForgery | function | modules/ |
Test Form API protections against input forgery. |
FormsTestCase::testRequiredCheckboxesRadio | function | modules/ |
Tests validation for required checkbox, select, and radio elements. |
FormsTestCase::testRequiredFields | function | modules/ |
Check several empty values for required forms elements. |
FormsTestCase::testRequiredTextfieldNoTitle | function | modules/ |
Tests validation for required textfield element without title. |
FormsTestCase::testSelect | function | modules/ |
Tests validation of #type 'select' elements. |
FormsTestCase::testTextfieldStringValue | function | modules/ |
Tests that submitted values are converted to scalar strings for textfields. |
FormsTriggeringElementTestCase | class | modules/ |
Test that FAPI correctly determines $form_state['triggering_element']. |
FormsTriggeringElementTestCase::getInfo | function | modules/ |
|
FormsTriggeringElementTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormsTriggeringElementTestCase::testAttemptAccessControlBypass | function | modules/ |
Test that $form_state['triggering_element'] does not get set to a button with #access=FALSE. |
FormsTriggeringElementTestCase::testNoButtonInfoInPost | function | modules/ |
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 | class | modules/ |
Tests for form textarea. |
FormTextareaTestCase::getInfo | function | modules/ |
|
FormTextareaTestCase::testValueCallback | function | modules/ |
Tests that textarea value is properly set. |
FormValidationTestCase | class | modules/ |
Test form validation handlers. |
Pagination
- Previous page
- Page 43
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.