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