11 calls to DrupalWebTestCase::assertResponse() in SimpleTest 7
- BootstrapPageCacheTestCase::testConditionalRequests in tests/
bootstrap.test - Test support for requests containing If-Modified-Since and If-None-Match headers.
- DrupalErrorHandlerUnitTest::testErrorHandler in tests/
error.test - Test the error handler.
- FileDownloadTest::testPrivateFileTransfer in tests/
file.test - Test the private file transfer system.
- FileDownloadTest::testPublicFileTransfer in tests/
file.test - Test the public file transfer system.
- 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.
- SessionTestCase::sessionReset in tests/
session.test - Reset the cookie file so that it refers to the specified user.
- SimpleTestFunctionalTest::testInternalBrowser in ./
simpletest.test - Test the internal browsers functionality.