22 calls to DrupalWebTestCase::drupalPost() in SimpleTest 7
- ActionLoopTestCase::testActionLoop in tests/
actions.test - Set up a loop with 10-50 recursions, and see if it aborts properly.
- ActionsConfigurationTestCase::testActionConfiguration in tests/
actions.test - Test the configuration of advanced actions through the administration interface.
- DrupalWebTestCase::drupalLogin in ./
drupal_web_test_case.php - Log in a user with the internal browser.
- FileSaveUploadTest::setUp in tests/
file.test - Generates a random database prefix, runs the install scripts on the prefixed database and enable the specified modules. After installation many caches are flushed and the internal browser is setup so that the page requests will run on the new prefix.…
- FileSaveUploadTest::testExistingError in tests/
file.test - Test for failure when uploading over a file that already exists.
- FileSaveUploadTest::testExistingRename in tests/
file.test - Test renaming when uploading over a file that already exists.
- FileSaveUploadTest::testExistingReplace in tests/
file.test - Test replacement when uploading over a file that already exists.
- FileSaveUploadTest::testNormal in tests/
file.test - Test the file_save_upload() function.
- FileSaveUploadTest::testNoUpload in tests/
file.test - Test for no failures when not uploading a file.
- FormatDateUnitTest::testFormatDate in tests/
common.test - Tests for the format_date() function.
- FormsElementsTableSelectFunctionalTest::testMultipleFalseSubmit in tests/
form.test - Test submission of values when #multiple is FALSE.
- FormsElementsTableSelectFunctionalTest::testMultipleTrueSubmit in tests/
form.test - Test the submission of single and multiple values when #multiple is TRUE.
- FormsFormStorageTestCase::testForm in tests/
form.test - Tests using the form in a usual way.
- FormsFormStorageTestCase::testFormCached in tests/
form.test - Tests using the form with an activated #cache property.
- FormsFormStorageTestCase::testValidation in tests/
form.test - Tests validation when form storage is used.
- FormStateValuesCleanTestCase::testFormStateValuesClean in tests/
form.test - Tests form_state_values_clean().
- MenuIncTestCase::testThemeCallbackOptionalTheme in tests/
menu.test - Test the theme callback when it is set to use an optional theme.
- SessionHttpsTestCase::testHttpsSession in tests/
session.test - SessionTestCase::testSessionSaveRegenerate in tests/
session.test - Tests for drupal_save_session() and drupal_session_regenerate().
- SimpleTestFunctionalTest::testWebTestRunner in ./
simpletest.test - Make sure that tests selected through the web interface are run and that the results are displayed correctly.
- SimpleTestURLTestCase::testGetAbsoluteUrl in ./
simpletest.test - Test DrupalWebTestCase::getAbsoluteUrl().
- UrlAlterFunctionalTest::testUrlAlter in tests/
path.test - Test that URL altering works and that it occurs in the correct order.