152 calls to DrupalWebTestCase::assertResponse()

AccessDeniedTestCase::testAccessDenied in modules/system/system.test
AddFeedTestCase::testAddFeed in modules/aggregator/aggregator.test
Creates and ensures that a feed is unique, checks source, and deletes feed.
AddFeedTestCase::testAddLongFeed in modules/aggregator/aggregator.test
Tests feeds with very long URLs.
AggregatorTestCase::updateFeedItems in modules/aggregator/aggregator.test
Updates the feed items.
AnnounceFeedTestValidatePermissions::testAnnounceWithoutPermission in modules/announcements_feed/tests/announce_feed_test.test
Testing the announcements page without access announcements permission.
BasicMinimalUpdatePath::testBasicMinimalUpdate in modules/simpletest/tests/upgrade/upgrade.test
Tests a successful point release update.
BasicStandardUpdatePath::testBasicStandardUpdate in modules/simpletest/tests/upgrade/upgrade.test
Tests a successful point release update.
BasicUpgradePath::testBasicUpgrade in modules/simpletest/tests/upgrade/upgrade.test
Test a successful upgrade.
BlockAdminThemeTestCase::testAdminTheme in modules/block/block.test
Check for the accessibility of the admin theme on the block admin page.
BlogTestCase::testBlog in modules/blog/blog.test
Login users, create blog nodes, and test blog functionality through the admin and user interfaces.
BlogTestCase::testBlogPageNoEntries in modules/blog/blog.test
View the blog of a user with no blog entries as another user.
BlogTestCase::testUnprivilegedUser in modules/blog/blog.test
Confirm that the "You are not allowed to post a new blog entry." message shows up if a user submitted blog entries, has been denied that permission, and goes to the blog page.
BlogTestCase::verifyBlogLinks in modules/blog/blog.test
Verify the blog links are displayed to the logged in user.
BlogTestCase::verifyBlogs in modules/blog/blog.test
Verify the logged in user has the desired access to the various blog nodes.
BookTestCase::testBookDelete in modules/book/book.test
Tests the access for deleting top-level book nodes.
BookTestCase::testBookExport in modules/book/book.test
Tests book export ("printer-friendly version") functionality.
BootstrapPageCacheTestCase::testConditionalRequests in modules/simpletest/tests/bootstrap.test
Test support for requests containing If-Modified-Since and If-None-Match headers.
ColorTestCase::_testColor in modules/color/color.test
Tests the Color module functionality using the given theme.
CommentApprovalTest::testApprovalNodeInterface in modules/comment/comment.test
Test comment approval functionality through node interface.
CommentAuthorDeletionTestCase::testAuthorDeletion in modules/comment/comment.test
Tests that comments are correctly deleted when their author is deleted.
CommentAuthorDeletionTestCase::testAuthorDeletionCommentModuleDisabled in modules/comment/comment.test
Test comment author deletion while the comment module is disabled.
ContactPersonalTestCase::testPersonalContactAccess in modules/contact/contact.test
Tests access to the personal contact form.
ContactSitewideTestCase::testSiteWideContact in modules/contact/contact.test
Tests configuration options and the site-wide contact form.
CronRunTestCase::testCronRun in modules/system/system.test
Test cron runs.
CronRunTestCase::testManualCron in modules/system/system.test
Ensure that the manual cron run is working.
DashboardBlocksTestCase::testDashboardAccess in modules/dashboard/dashboard.test
Tests adding a block to the dashboard and checking access to it.
DateTimeFunctionalTest::testDateFormatConfiguration in modules/system/system.test
Test date format configuration.
DBLogTestCase::doNode in modules/dblog/dblog.test
Generates and then verifies some node events.
DBLogTestCase::doUser in modules/dblog/dblog.test
Generates and then verifies some user events.
DBLogTestCase::testDBLogCorrupted in modules/dblog/dblog.test
Tests corrupted log entries can still display available data.
DBLogTestCase::testLogMessageSanitized in modules/dblog/dblog.test
Make sure HTML tags are filtered out in the log detail page.
DBLogTestCase::verifyReports in modules/dblog/dblog.test
Confirms that database log reports are displayed at the correct paths.
DBLogTestCase::verifyRowLimit in modules/dblog/dblog.test
Verifies setting of the database log row limit.
DrupalErrorHandlerTestCase::testErrorHandler in modules/simpletest/tests/error.test
Test the error handler.
FeedParserTestCase::testAtomSample in modules/aggregator/aggregator.test
Tests a feed that uses the Atom format.
FeedParserTestCase::testHtmlEntitiesSample in modules/aggregator/aggregator.test
Tests a feed that uses HTML entities in item titles.
FeedParserTestCase::testNoTitleSample in modules/aggregator/aggregator.test
Tests a feed with no title; the description should be used to generate one.
FeedParserTestCase::testRSS091Sample in modules/aggregator/aggregator.test
Tests a feed that uses the RSS 0.91 format.
FileDownloadTest::checkUrl in modules/simpletest/tests/file.test
Download a file from the URL generated by file_create_url().
FileDownloadTest::testPrivateFileTransfer in modules/simpletest/tests/file.test
Test the private file transfer system.
FileDownloadTest::testPublicFileTransfer in modules/simpletest/tests/file.test
Test the public file transfer system.
FileFieldAnonymousSubmission::testAnonymousNode in modules/file/tests/file.test
Tests the basic node submission for an anonymous visitor.
FileFieldAnonymousSubmission::testAnonymousNodeWithFile in modules/file/tests/file.test
Tests file submission for an anonymous visitor.
FileFieldAnonymousSubmission::_testNodeWithFileWithoutTitle in modules/file/tests/file.test
Helper method to test file submissions with missing node titles.
FileFieldWidgetTestCase::doTestTemporaryFileRemovalExploit in modules/file/tests/file.test
Helper for testing exploiting the temporary file removal using fid.
FileFieldWidgetTestCase::testPrivateFileComment in modules/file/tests/file.test
Tests that download restrictions on private files work on comments.
FileFieldWidgetTestCase::testPrivateFileSetting in modules/file/tests/file.test
Tests a file field with a "Private files" upload destination setting.
FileFieldWidgetTestCase::testSingleValuedWidget in modules/file/tests/file.test
Tests upload and remove buttons for a single-valued File field.
FilePrivateTestCase::testPrivateFile in modules/file/tests/file.test
Tests file access for file uploaded to a private node.
FilePrivateTestCase::testPrivateFileDownloadAccessGranted in modules/file/tests/file.test
Tests file access for private nodes when file download access is granted.
FileSaveUploadTest::setUp in modules/simpletest/tests/file.test
Sets up a Drupal site for running functional and integration tests.
FileSaveUploadTest::testExistingError in modules/simpletest/tests/file.test
Test for failure when uploading over a file that already exists.
FileSaveUploadTest::testExistingRename in modules/simpletest/tests/file.test
Test renaming when uploading over a file that already exists.
FileSaveUploadTest::testExistingReplace in modules/simpletest/tests/file.test
Test replacement when uploading over a file that already exists.
FileSaveUploadTest::testHandleDangerousFile in modules/simpletest/tests/file.test
Test dangerous file handling.
FileSaveUploadTest::testHandleExtension in modules/simpletest/tests/file.test
Test extension handling.
FileSaveUploadTest::testHandleFileMunge in modules/simpletest/tests/file.test
Test file munge handling.
FileSaveUploadTest::testNormal in modules/simpletest/tests/file.test
Test the file_save_upload() function.
FilledMinimalUpdatePath::testFilledStandardUpdate in modules/simpletest/tests/upgrade/upgrade.test
Tests a successful point release update.
FilledStandardUpdatePath::testFilledStandardUpdate in modules/simpletest/tests/upgrade/upgrade.test
Tests a successful point release update.
FilterAdminTestCase::testFilterAdmin in modules/filter/filter.test
Tests filter administration functionality.
FilterAdminTestCase::testFormatAdmin in modules/filter/filter.test
Tests the format administration functionality.
FilterFormatAccessTestCase::testFormatPermissions in modules/filter/filter.test
Tests the Filter format access permissions functionality.
FormStateValuesCleanAdvancedTestCase::testFormStateValuesCleanAdvanced in modules/simpletest/tests/form.test
Tests form_state_values_clean().
ForumTestCase::createForum in modules/forum/forum.test
Creates a forum container or a forum.
ForumTestCase::deleteForum in modules/forum/forum.test
Deletes a forum.
ForumTestCase::doAdminTests in modules/forum/forum.test
Runs admin tests on the admin user.
ForumTestCase::editForumTaxonomy in modules/forum/forum.test
Edits the forum taxonomy.
ForumTestCase::testForum in modules/forum/forum.test
Tests forum functionality through the admin and user interfaces.
ForumTestCase::verifyForums in modules/forum/forum.test
Verifies that the logged in user has access to a forum nodes.
ForumTestCase::verifyForumView in modules/forum/forum.test
Verifies display of forum page.
ForumUpgradePathTestCase::testForumUpgrade in modules/simpletest/tests/upgrade/upgrade.forum.test
Test a successful upgrade (no negotiation).
HelpTestCase::verifyHelp in modules/help/help.test
Verifies the logged in user has access to the various help nodes.
HtaccessTest::assertFileAccess in modules/system/system.test
Asserts that a file exists and requesting it returns a specific response.
ImageAdminStylesUnitTest::testStyle in modules/image/image.test
General test to add a style, add/remove/edit effects to it, then delete it.
ImageDimensionsTestCase::testImageDimensions in modules/image/image.test
Test styled image dimensions cumulatively.
ImageFieldDisplayTestCase::testMissingImageFieldDisplay in modules/image/image.test
Tests the display of image field with the missing FID.
ImageFieldDisplayTestCase::_testImageFieldFormatters in modules/image/image.test
Test image formatters on node display.
ImageStyleFlushTest::testFlush in modules/image/image.test
General test to flush a style.
ImageStylesHTTPHeadersTestCase::_testImageStyleUrlAndPath in modules/image/image.test
Function to scale and test.
ImageStylesPathAndUrlTestCase::testImageStyleUrlForMissingSourceImage in modules/image/image.test
Test that an invalid source image returns a 404.
ImageStylesPathAndUrlTestCase::_testImageStyleUrlAndPath in modules/image/image.test
Test image_style_url().
LocaleConfigurationTest::testLanguageConfiguration in modules/locale/locale.test
Functional tests for adding, editing and deleting languages.
LocalePathFunctionalTest::testPathLanguageConfiguration in modules/locale/locale.test
Test if a language can be associated with a path alias.
LocaleTranslationFunctionalTest::testStringTranslation in modules/locale/locale.test
Adds a language and tests string translation by users with the appropriate permissions.
LocaleUILanguageNegotiationTest::testUILanguageNegotiation in modules/locale/locale.test
Tests for language switching by URL path.
LocaleUpgradePathTestCase::assertPageInLanguage in modules/simpletest/tests/upgrade/upgrade.locale.test
Asserts that a page exists and is in the specified language.
LocaleUpgradePathTestCase::testLocaleUpgrade in modules/simpletest/tests/upgrade/upgrade.locale.test
Test a successful upgrade (no negotiation).
LocaleUpgradePathTestCase::testLocaleUpgradeDomain in modules/simpletest/tests/upgrade/upgrade.locale.test
Test an upgrade with domain-based negotiation.
LocaleUpgradePathTestCase::testLocaleUpgradePathDefault in modules/simpletest/tests/upgrade/upgrade.locale.test
Test an upgrade with path-based negotiation.
LocaleUrlRewritingTest::checkUrl in modules/locale/locale.test
Check URL rewriting for the given language.
MenuBreadcrumbTestCase::testBreadCrumbs in modules/simpletest/tests/menu.test
Tests breadcrumbs on node and administrative paths.
MenuRouterTestCase::menuItemTitlesCasesHelper in modules/simpletest/tests/menu.test
Get a URL and assert the title given a case number. If override is true, the title is asserted to begin with "Alternative".
MenuTestCase::addCustomMenu in modules/menu/menu.test
Add custom menu.
MenuTestCase::addMenuLink in modules/menu/menu.test
Add a menu link using the menu module UI.
MenuTestCase::deleteCustomMenu in modules/menu/menu.test
Delete custom menu.
MenuTestCase::deleteMenuLink in modules/menu/menu.test
Delete a menu link using the menu module UI.
MenuTestCase::modifyMenuLink in modules/menu/menu.test
Modify a menu link using the menu module UI.
MenuTestCase::moveMenuLink in modules/menu/menu.test
Change the parent of a menu link using the menu module UI.
MenuTestCase::resetMenuLink in modules/menu/menu.test
Reset a standard menu link using the menu module UI.
MenuTestCase::testMenuParentsJsAccess in modules/menu/menu.test
Test administrative users other than user 1 can access the menu parents AJAX callback.
MenuTestCase::testUnpublishedNodeMenuItem in modules/menu/menu.test
Tests that menu admin lists can include menu items for unpublished nodes.
MenuTestCase::verifyAccess in modules/menu/menu.test
Verify the logged in user has the desired access to the various menu nodes.
MenuTestCase::verifyMenuLink in modules/menu/menu.test
Verify a menu link using the menu module UI.
MenuTrailTestCase::testCustom403And404Pages in modules/simpletest/tests/menu.test
Tests that the active trail works correctly on custom 403 and 404 pages.
MenuUpgradePathTestCase::testMenuUpgrade in modules/simpletest/tests/upgrade/upgrade.menu.test
Test a successful upgrade.
NodeAccessBaseTableTestCase::testNodeAccessBasic in modules/node/node.test
Tests the "private" node access functionality.
NodeAdminTestCase::testContentAdminPages in modules/node/node.test
Tests content overview with different user permissions.
NodePageCacheTest::testNodeDelete in modules/node/node.test
Tests deleting nodes clears page cache.
NodeTypeTestCase::testNodeTypeCreation in modules/node/node.test
Tests creating a content type programmatically and via a form.
OpenIDFunctionalTestCase::testLogin in modules/openid/openid.test
Test login using OpenID.
OpenIDFunctionalTestCase::testLoginMaintenanceMode in modules/openid/openid.test
Test login using OpenID during maintenance mode.
OpenIDInvalidIdentifierTransitionTestCase::testStrippedFragmentAccountAutoUpdateSreg in modules/openid/openid.test
Test OpenID auto transition with e-mail.
OpenIDInvalidIdentifierTransitionTestCase::testStrippedFragmentAccountEmailMismatch in modules/openid/openid.test
Test OpenID transition with e-mail mismatch.
PageNotFoundTestCase::testPageNotFound in modules/system/system.test
PageViewTestCase::testPageView in modules/node/node.test
Tests an anonymous and unpermissioned user attempting to edit the node.
PathLanguageTestCase::testAliasTranslation in modules/path/path.test
Test alias functionality through the admin interfaces.
PathMonolingualTestCase::testPageLinks in modules/path/path.test
Verifies that links do not have language prefixes in them.
PathTaxonomyTermTestCase::testTermAlias in modules/path/path.test
Tests alias functionality through the admin interfaces.
PathTestCase::testAdminAlias in modules/path/path.test
Tests alias functionality through the admin interfaces.
PathTestCase::testNodeAlias in modules/path/path.test
Tests alias functionality through the node interfaces.
ProfileTestAutocomplete::testAutocomplete in modules/profile/profile.test
Tests profile field autocompletion and access.
RemoveFeedTestCase::testRemoveFeed in modules/aggregator/aggregator.test
Removes a feed and ensures that all of its services are removed.
SearchBlockTestCase::testBlock in modules/search/search.test
Test that the search block form works correctly.
SessionHttpsTestCase::testHttpsSession in modules/simpletest/tests/session.test
SessionTestCase::sessionReset in modules/simpletest/tests/session.test
Reset the cookie file so that it refers to the specified user.
SessionTestCase::testEmptySessionID in modules/simpletest/tests/session.test
Test that empty session IDs are not allowed.
SessionTestCase::testHashedSessionIds in modules/simpletest/tests/session.test
Test hashing of session ids in the database.
SessionTestCase::testHashedSessionIdsOptOut in modules/simpletest/tests/session.test
Test opt-out of hashing of session ids in the database.
ShortcutLinksTestCase::testShortcutLinkAdd in modules/shortcut/shortcut.test
Tests that creating a shortcut works properly.
ShortcutSetsTestCase::testShortcutSetDeleteDefault in modules/shortcut/shortcut.test
Tests deleting the default shortcut set.
ShortcutSetsTestCase::testShortcutSetSwitchOwn in modules/shortcut/shortcut.test
Tests switching a user's own shortcut set.
SimpleTestFunctionalTest::testInternalBrowser in modules/simpletest/simpletest.test
Test the internal browsers functionality.
SimpleTestFunctionalTest::testUserAgentValidation in modules/simpletest/simpletest.test
Test validation of the User-Agent header we use to perform test requests.
SiteMaintenanceTestCase::testCronSiteMaintenance in modules/system/system.test
Verify access to cron.php with custom 403 page during maintenance mode.
SystemIndexPhpTest::testIndexPhpHandling in modules/system/system.test
Test index.php handling.
TaxonomyPrivateFileTestCase::testTaxonomyImageAccess in modules/taxonomy/taxonomy.test
Tests access to a private file on a taxonomy term entity.
TaxonomyTermTestCase::testTaxonomySelectNodesAlter in modules/taxonomy/taxonomy.test
Tests that taxonomy term detail page is working even after the default taxonomy_select_nodes() query is altered.
TaxonomyTermTestCase::testTermInterface in modules/taxonomy/taxonomy.test
Save, edit and delete a term using the user interface.
TriggerUnassignTestCase::testUnassignAccessDenied in modules/trigger/trigger.test
Tests an attempt to unassign triggers when none are assigned.
UpdateFeedItemTestCase::testUpdateFeedItem in modules/aggregator/aggregator.test
Tests running "update items" from 'admin/config/services/aggregator' page.
UpdateFeedTestCase::testUpdateFeed in modules/aggregator/aggregator.test
Creates a feed and attempts to update it.
UpdateScriptFunctionalTest::testNoUpdateFunctionality in modules/system/system.test
Tests update.php when there are no updates to apply.
UpdateScriptFunctionalTest::testSuccessfulUpdateFunctionality in modules/system/system.test
Tests update.php after performing a successful update.
UpdateScriptFunctionalTest::testUpdateAccess in modules/system/system.test
Tests access to the update script.
UpgradePathTestCase::performUpgrade in modules/simpletest/tests/upgrade/upgrade.test
Perform the upgrade.
UserAutocompleteTestCase::testUserAutocomplete in modules/user/user.test
Tests access to user autocompletion and verify the correct results.
UserCancelTestCase::testUserCancelWithoutPermission in modules/user/user.test
Attempt to cancel account without permission.
UserLoginTestCase::assertFailedLogin in modules/user/user.test
Make an unsuccessful login attempt.
UserPasswordResetTestCase::testUserPasswordReset in modules/user/user.test
Tests password reset functionality.
UserRegistrationTestCase::testRegistrationWithEmailVerification in modules/user/user.test
UserRoleAdminTestCase::testRoleAdministration in modules/user/user.test
Test adding, renaming and deleting roles.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.