Search for test
Title | Object type | File name | Summary |
---|---|---|---|
FormsElementsLabelsTestCase::getInfo | function | modules/ |
|
FormsElementsLabelsTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormsElementsLabelsTestCase::testFormLabels | function | modules/ |
Test form elements, labels, title attibutes and required marks output correctly and have the correct label option class if needed. |
FormsElementsTableSelectFunctionalTest | class | modules/ |
Test the tableselect form element for expected behavior. |
FormsElementsTableSelectFunctionalTest::formSubmitHelper | function | modules/ |
Helper function for the option check test to submit a form while collecting errors. |
FormsElementsTableSelectFunctionalTest::getInfo | function | modules/ |
|
FormsElementsTableSelectFunctionalTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormsElementsTableSelectFunctionalTest::testAdvancedSelect | function | modules/ |
Test the #js_select property. |
FormsElementsTableSelectFunctionalTest::testAjax | function | modules/ |
Test presence of ajax functionality |
FormsElementsTableSelectFunctionalTest::testEmptyText | function | modules/ |
Test the display of the #empty text when #options is an empty array. |
FormsElementsTableSelectFunctionalTest::testMultipleFalse | function | modules/ |
Test the display of radios when #multiple is FALSE. |
FormsElementsTableSelectFunctionalTest::testMultipleFalseOptionchecker | function | modules/ |
Test the whether the option checker gives an error on invalid tableselect values for radios. |
FormsElementsTableSelectFunctionalTest::testMultipleFalseSubmit | function | modules/ |
Test submission of values when #multiple is FALSE. |
FormsElementsTableSelectFunctionalTest::testMultipleTrue | function | modules/ |
Test the display of checkboxes when #multiple is TRUE. |
FormsElementsTableSelectFunctionalTest::testMultipleTrueOptionchecker | function | modules/ |
Test the whether the option checker gives an error on invalid tableselect values for checkboxes. |
FormsElementsTableSelectFunctionalTest::testMultipleTrueSubmit | function | modules/ |
Test the submission of single and multiple values when #multiple is TRUE. |
FormsElementsVerticalTabsFunctionalTest | class | modules/ |
Test the vertical_tabs form element for expected behavior. |
FormsElementsVerticalTabsFunctionalTest::getInfo | function | modules/ |
|
FormsElementsVerticalTabsFunctionalTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormsElementsVerticalTabsFunctionalTest::testJavaScriptOrdering | function | modules/ |
Ensures that vertical-tabs.js is included before collapse.js. |
FormsFileInclusionTestCase | class | modules/ |
Tests form API file inclusion. |
FormsFileInclusionTestCase::getInfo | function | modules/ |
|
FormsFileInclusionTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormsFileInclusionTestCase::testLoadCustomInclude | function | modules/ |
Tests loading a custom specified inlcude. |
FormsFileInclusionTestCase::testLoadMenuInclude | function | modules/ |
Tests loading an include specified in hook_menu(). |
FormsFormCacheTestCase | class | modules/ |
Test cache_form. |
FormsFormCacheTestCase::getInfo | function | modules/ |
|
FormsFormCacheTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormsFormCacheTestCase::testCacheForm | function | modules/ |
Tests storing and retrieving the form from cache. |
FormsFormCacheTestCase::testCacheFormCustomExpiration | function | modules/ |
Tests changing form_cache_expiration. |
FormsFormStoragePageCacheTestCase | class | modules/ |
Test the form storage when page caching for anonymous users is turned on. |
FormsFormStoragePageCacheTestCase::$profile | property | modules/ |
The profile to install as a basis for testing. |
FormsFormStoragePageCacheTestCase::getFormBuildId | function | modules/ |
Return the build id of the current form. |
FormsFormStoragePageCacheTestCase::getInfo | function | modules/ |
|
FormsFormStoragePageCacheTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormsFormStoragePageCacheTestCase::testRebuildFormStorageOnCachedPage | function | modules/ |
Build-id is regenerated when rebuilding cached form. |
FormsFormStoragePageCacheTestCase::testValidateFormStorageOnCachedPage | function | modules/ |
Build-id is regenerated when validating cached form. |
FormsFormStorageTestCase | class | modules/ |
Test the form storage on a multistep form. |
FormsFormStorageTestCase::$web_user | property | modules/ |
|
FormsFormStorageTestCase::getInfo | function | modules/ |
|
FormsFormStorageTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormsFormStorageTestCase::testCachedFormStorageValidation | function | modules/ |
Tests updating cached form storage during form validation. |
FormsFormStorageTestCase::testForm | function | modules/ |
Tests using the form in a usual way. |
FormsFormStorageTestCase::testFormCached | function | modules/ |
Tests using the form with an activated $form_state['cache'] property. |
FormsFormStorageTestCase::testFormStatePersist | function | modules/ |
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 | function | modules/ |
Verifies that form build-id is regenerated when loading an immutable form from the cache. |
FormsFormStorageTestCase::testImmutableFormLegacyProtection | function | modules/ |
Verify that existing contrib code cannot overwrite immutable form state. |
FormsFormStorageTestCase::testMutableForm | function | modules/ |
Verify that the form build-id remains the same when validation errors occur on a mutable form. |
FormsFormStorageTestCase::testValidation | function | modules/ |
Tests validation when form storage is used. |
FormsFormWrapperTestCase | class | modules/ |
Test wrapper form callbacks. |
Pagination
- Previous page
- Page 42
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.