|
FormsElementsTableSelectFunctionalTest::testAdvancedSelect |
function |
drupal-7.x/modules/simpletest/tests/form.test |
Test the #js_select property. |
|
DatabaseSelectTableSortDefaultTestCase::testTableSortQuery |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Confirm that a tablesort query returns the correct results. |
|
FormsElementsTableSelectFunctionalTest::testMultipleTrueSubmit |
function |
drupal-7.x/modules/simpletest/tests/form.test |
Test the submission of single and multiple values when #multiple is TRUE. |
|
FormsElementsTableSelectFunctionalTest::testMultipleFalseSubmit |
function |
drupal-7.x/modules/simpletest/tests/form.test |
Test submission of values when #multiple is FALSE. |
|
DatabaseSelectTableSortDefaultTestCase::testTableSortQueryFirst |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Confirm that if a tablesort's orderByHeader is called before another orderBy, that the header happens first. |
|
DatabaseSelectTableSortDefaultTestCase::testTableSortDefaultSort |
function |
drupal-7.x/modules/simpletest/tests/database_test.test |
Confirm that if a sort is not set in a tableselect form there is no error thrown when using the default. |
|
FormsElementsTableSelectFunctionalTest::testMultipleTrueOptionchecker |
function |
drupal-7.x/modules/simpletest/tests/form.test |
Test the whether the option checker gives an error on invalid tableselect values for checkboxes. |
|
FormsElementsTableSelectFunctionalTest::testMultipleFalseOptionchecker |
function |
drupal-7.x/modules/simpletest/tests/form.test |
Test the whether the option checker gives an error on invalid tableselect values for radios. |