97 calls to DrupalWebTestCase::drupalLogout() in Drupal 7
- AccessDeniedTestCase::testAccessDenied in modules/
system/ system.test - 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.
- BlockCacheTestCase::testCacheGlobal in modules/
block/ block.test - Test DRUPAL_CACHE_GLOBAL.
- BlockCacheTestCase::testCachePerRole in modules/
block/ block.test - Test DRUPAL_CACHE_PER_ROLE.
- BlockTestCase::testBlockVisibility in modules/
block/ block.test - Test block visibility.
- BlockTestCase::testBlockVisibilityListedEmpty in modules/
block/ block.test - Test block visibility when using "pages" restriction but leaving "pages" textarea empty
- BookTestCase::createBook in modules/
book/ book.test - Creates a new book with a page hierarchy.
- BookTestCase::testBook in modules/
book/ book.test - Tests book functionality through node interfaces.
- BookTestCase::testBookExport in modules/
book/ book.test - Tests book export ("printer-friendly version") functionality.
- BookTestCase::testNavigationBlockOnAccessModuleEnabled in modules/
book/ book.test - Tests the book navigation block when an access module is enabled.
- CommentAnonymous::testAnonymous in modules/
comment/ comment.test - Test anonymous comment functionality.
- CommentApprovalTest::testApprovalAdminInterface in modules/
comment/ comment.test - Test comment approval functionality through admin/content/comment.
- CommentApprovalTest::testApprovalNodeInterface in modules/
comment/ comment.test - Test comment approval functionality through node interface.
- CommentBlockFunctionalTest::testRecentCommentBlock in modules/
comment/ comment.test - Test the recent comments block.
- CommentContentRebuild::testCommentRebuild in modules/
comment/ comment.test - Test to ensure that the comment's content array is rebuilt for every call to comment_view().
- CommentFieldsTest::testCommentEnable in modules/
comment/ comment.test - Test that comment module works when enabled after a content module.
- CommentInterfaceTest::setEnvironment in modules/
comment/ comment.test - Re-configures the environment, module settings, and user permissions.
- CommentInterfaceTest::testCommentClasses in modules/
comment/ comment.test - Tests CSS classes on comments.
- CommentInterfaceTest::testCommentInterface in modules/
comment/ comment.test - Test comment interface.
- CommentInterfaceTest::testCommentNewCommentsIndicator in modules/
comment/ comment.test - Tests new comment marker.
- CommentInterfaceTest::testCommentNodeCommentStatistics in modules/
comment/ comment.test - Tests the node comment statistics.
- CommentNodeAccessTest::testThreadedCommentView in modules/
comment/ comment.test - Test that threaded comments can be viewed.
- CommentPagerTest::testCommentPaging in modules/
comment/ comment.test - Confirm comment paging works correctly with flat and threaded comments.
- CommentPreviewTest::testCommentPreview in modules/
comment/ comment.test - Test comment preview.
- CommentThreadingTestCase::testCommentThreading in modules/
comment/ comment.test - Tests the comment threading.
- 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::testAutomaticCron in modules/
system/ system.test - Ensure that the automatic cron run feature is working.
- DBLogTestCase::doUser in modules/
dblog/ dblog.test - Generates and then verifies some user events.
- DrupalWebTestCase::drupalLogin in modules/
simpletest/ drupal_web_test_case.php - Log in a user with the internal browser.
- EntityFieldQueryTestCase::testEntityFieldQueryAccess in modules/
simpletest/ tests/ entity_query.test - Tests EntityFieldQuery access on non-node entities.
- FileFieldAnonymousSubmission::testAnonymousNodeWithFileWithoutTitle in modules/
file/ tests/ file.test - Tests file submission for an anonymous visitor with a missing node title.
- FileFieldWidgetTestCase::testPrivateFileComment in modules/
file/ tests/ file.test - Tests that download restrictions on private files work on comments.
- FileFieldWidgetTestCase::testTemporaryFileRemovalExploitAnonymous in modules/
file/ tests/ file.test - Tests exploiting the temporary file removal for anonymous users using fid.
- FilePrivateTestCase::testPrivateFile in modules/
file/ tests/ file.test - Tests file access for file uploaded to a private node.
- 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.
- FilterFormatAccessTestCase::setUp in modules/
filter/ filter.test - Sets up a Drupal site for running functional and integration tests.
- ForumUpgradePathTestCase::testForumUpgrade in modules/
simpletest/ tests/ upgrade/ upgrade.forum.test - Test a successful upgrade (no negotiation).
- ImageFieldDisplayTestCase::_testImageFieldFormatters in modules/
image/ image.test - Test image formatters on node display.
- LocaleContentFunctionalTest::testContentTypeLanguageConfiguration in modules/
locale/ locale.test - Test if a content type can be set to multilingual and language setting is present on node add and edit forms.
- LocaleTranslationFunctionalTest::testStringSearch in modules/
locale/ locale.test - Tests translation search form.
- LocaleTranslationFunctionalTest::testStringTranslation in modules/
locale/ locale.test - Adds a language and tests string translation by users with the appropriate permissions.
- LocaleUserCreationTest::testLocalUserCreation in modules/
locale/ locale.test - Functional test for language handling during user creation.
- LocaleUserLanguageFunctionalTest::testUserLanguageConfiguration in modules/
locale/ locale.test - Test if user can change their default language.
- MenuBreadcrumbTestCase::testBreadCrumbs in modules/
simpletest/ tests/ menu.test - Tests breadcrumbs on node and administrative paths.
- MenuRouterTestCase::testMaintenanceModeLoginPaths in modules/
simpletest/ tests/ menu.test - Make sure the maintenance mode can be bypassed using hook_menu_site_status_alter().
- MenuTestCase::testMenu in modules/
menu/ menu.test - Login users, add menus and menu links, and test menu functionality through the admin and user interfaces.
- MenuTrailTestCase::testCustom403And404Pages in modules/
simpletest/ tests/ menu.test - Tests that the active trail works correctly on custom 403 and 404 pages.
- NodeAdminTestCase::testContentAdminPages in modules/
node/ node.test - Tests content overview with different user permissions.
- NodeBlockFunctionalTest::testRecentNodeBlock in modules/
node/ node.test - Tests the recent comments block.
- NodePageCacheTest::testNodeDelete in modules/
node/ node.test - Tests deleting nodes clears page cache.
- OpenIDFunctionalTestCase::testBlockedUserLogin in modules/
openid/ openid.test - Test that a blocked user cannot log in.
- 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.
- OpenIDRegistrationTestCase::testRegisterUserWithEmailVerification in modules/
openid/ openid.test - Test OpenID auto-registration with e-mail verification enabled.
- OpenIDRegistrationTestCase::testRegisterUserWithoutEmailVerification in modules/
openid/ openid.test - Test OpenID auto-registration with e-mail verification disabled.
- PollBlockTestCase::testRecentBlock in modules/
poll/ poll.test - PollCreateTestCase::testPollClose in modules/
poll/ poll.test - PollTokenReplaceTestCase::testPollTokenReplacement in modules/
poll/ poll.test - Creates a poll, then tests the tokens generated from it.
- PollTranslateTestCase::testPollTranslate in modules/
poll/ poll.test - Tests poll creation and translation.
- PollVoteCheckHostname::setUp in modules/
poll/ poll.test - Sets up a Drupal site for running functional and integration tests.
- PollVoteCheckHostname::testHostnamePollVote in modules/
poll/ poll.test - Check that anonymous users with same ip cannot vote on poll more than once unless user is logged in.
- PollVoteTestCase::testPollVote in modules/
poll/ poll.test - ProfileTestAutocomplete::testAutocomplete in modules/
profile/ profile.test - Tests profile field autocompletion and access.
- RdfCommentAttributesTestCase::setUp in modules/
rdf/ rdf.test - Sets up a Drupal site for running functional and integration tests.
- RdfCommentAttributesTestCase::testCommentRdfaMarkup in modules/
rdf/ rdf.test - Tests the presence of the RDFa markup for the title, date and author and homepage on registered users and anonymous comments.
- SearchCommentTestCase::testAddNewComment in modules/
search/ search.test - Verify that 'add new comment' does not appear in search results or index.
- SearchCommentTestCase::testSearchResultsComment in modules/
search/ search.test - Verify that comments are rendered using proper format in search results.
- SearchCommentTestCase::testSearchResultsCommentAccess in modules/
search/ search.test - Verify access rules for comment indexing with different permissions.
- SessionTestCase::testDataPersistence in modules/
simpletest/ tests/ session.test - Test data persistence via the session_test module callbacks.
- SessionTestCase::testSessionSaveRegenerate in modules/
simpletest/ tests/ session.test - Tests for drupal_save_session() and drupal_session_regenerate().
- SimpleTestFunctionalTest::testInternalBrowser in modules/
simpletest/ simpletest.test - Test the internal browsers functionality.
- SiteMaintenanceTestCase::testSiteMaintenance in modules/
system/ system.test - Verify site maintenance mode functionality.
- StatisticsAdminTestCase::testDeleteUser in modules/
statistics/ statistics.test - Tests that accesslog reflects when a user is deleted.
- TriggerUserTokenTestCase::testUserTriggerTokenReplacement in modules/
trigger/ trigger.test - Tests a variety of token replacements in actions.
- UpdateScriptFunctionalTest::testUpdateAccess in modules/
system/ system.test - Tests access to the update script.
- UserAccountLinksUnitTests::testSecondaryMenu in modules/
user/ user.test - Tests the secondary menu.
- UserAutocompleteTestCase::testUserAutocomplete in modules/
user/ user.test - Tests access to user autocompletion and verify the correct results.
- UserBlocksUnitTests::testUserLoginBlock in modules/
user/ user.test - Test the user login block.
- UserEditedOwnAccountTestCase::testUserEditedOwnAccount in modules/
user/ user.test - UserEditTestCase::testUserEdit in modules/
user/ user.test - Test user edit page.
- UserEditTestCase::testUserWith0Password in modules/
user/ user.test - Tests setting the password to "0".
- UserLoginTestCase::testGlobalLoginFloodControl in modules/
user/ user.test - Test the global login flood control.
- UserLoginTestCase::testPasswordRehashOnLogin in modules/
user/ user.test - Test that user password is re-hashed upon login after changing $count_log2.
- UserLoginTestCase::testPerUserLoginFloodControl in modules/
user/ user.test - Test the per-user login flood control.
- UserPasswordResetTestCase::testPasswordResetFloodControlPerUser in modules/
user/ user.test - Test user-based flood control on password reset.
- UserPasswordResetTestCase::testUserPasswordReset in modules/
user/ user.test - Tests password reset functionality.
- UserPasswordResetTestCase::testUserPasswordResetExpired in modules/
user/ user.test - Attempts login using an expired password reset link.
- UserRegistrationTestCase::testRegistrationWithoutEmailVerification in modules/
user/ user.test - UserTokenReplaceTestCase::testUserTokenReplacement in modules/
user/ user.test - Creates a user, then tests the tokens generated from it.
- UserUserSearchTestCase::testUserSearch in modules/
user/ user.test