You are here
138 calls to DrupalWebTestCase::assertResponse() in Drupal 7
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.
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.
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.
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::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::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.
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::_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.
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.
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.
SystemIndexPhpTest::testIndexPhpHandling in modules/ system/system.test
Test index.php handling.
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.