176 calls to BackdropWebTestCase::backdropLogout()
- AccessDeniedTestCase::testAccessDenied in core/modules/system/tests/system.test
- AccessDeniedTestCase::testAccessDenied in core/modules/system/tests/system.test
- BackdropWebTestCase::backdropLogin in core/modules/simpletest/backdrop_web_test_case.php
- Log in a user with the internal browser.
- BackdropWebTestCase::backdropLogin in core/modules/simpletest/backdrop_web_test_case.php
- Log in a user with the internal browser.
- BookTestCase::createBook in core/modules/book/tests/book.test
- Creates a new book with a page hierarchy.
- BookTestCase::createBook in core/modules/book/tests/book.test
- Creates a new book with a page hierarchy.
- BookTestCase::testBook in core/modules/book/tests/book.test
- Tests book functionality through node interfaces.
- BookTestCase::testBook in core/modules/book/tests/book.test
- Tests book functionality through node interfaces.
- BookTestCase::testNavigationBlockOnAccessModuleEnabled in core/modules/book/tests/book.test
- Tests the book navigation block when an access module is enabled.
- BookTestCase::testNavigationBlockOnAccessModuleEnabled in core/modules/book/tests/book.test
- Tests the book navigation block when an access module is enabled.
- BootstrapPageCacheTestCase::testPageCache in core/modules/simpletest/tests/bootstrap.test
- Test cache headers.
- BootstrapPageCacheTestCase::testPageCache in core/modules/simpletest/tests/bootstrap.test
- Test cache headers.
- CommentAnonymous::testAnonymous in core/modules/comment/tests/comment.test
- Tests anonymous comment functionality.
- CommentAnonymous::testAnonymous in core/modules/comment/tests/comment.test
- Tests anonymous comment functionality.
- CommentApprovalTest::testApprovalAdminInterface in core/modules/comment/tests/comment.test
- Test comment approval functionality through admin/content/comment.
- CommentApprovalTest::testApprovalAdminInterface in core/modules/comment/tests/comment.test
- Test comment approval functionality through admin/content/comment.
- CommentApprovalTest::testApprovalNodeInterface in core/modules/comment/tests/comment.test
- Tests comment approval functionality through the node interface.
- CommentApprovalTest::testApprovalNodeInterface in core/modules/comment/tests/comment.test
- Tests comment approval functionality through the node interface.
- CommentAuthorDeletionTestCase::testAuthorDeletion in core/modules/comment/tests/comment.test
- Tests that comments are correctly deleted when their author is deleted.
- CommentAuthorDeletionTestCase::testAuthorDeletion in core/modules/comment/tests/comment.test
- Tests that comments are correctly deleted when their author is deleted.
- CommentAuthorDeletionTestCase::testAuthorDeletionCommentModuleDisabled in core/modules/comment/tests/comment.test
- Test comment author deletion while the comment module is disabled.
- CommentAuthorDeletionTestCase::testAuthorDeletionCommentModuleDisabled in core/modules/comment/tests/comment.test
- Test comment author deletion while the comment module is disabled.
- CommentBlockFunctionalTest::testRecentCommentBlock in core/modules/comment/tests/comment.test
- Tests the recent comments block.
- CommentBlockFunctionalTest::testRecentCommentBlock in core/modules/comment/tests/comment.test
- Tests the recent comments block.
- CommentContentRebuild::testCommentRebuild in core/modules/comment/tests/comment.test
- Tests the rebuilding of comment's content arrays on calling comment_view().
- CommentContentRebuild::testCommentRebuild in core/modules/comment/tests/comment.test
- Tests the rebuilding of comment's content arrays on calling comment_view().
- CommentFieldsTest::testCommentEnable in core/modules/comment/tests/comment.test
- Tests that comment module works when enabled after a content module.
- CommentFieldsTest::testCommentEnable in core/modules/comment/tests/comment.test
- Tests that comment module works when enabled after a content module.
- CommentInterfaceTest::setEnvironment in core/modules/comment/tests/comment.test
- Re-configures the environment, module settings, and user permissions.
- CommentInterfaceTest::setEnvironment in core/modules/comment/tests/comment.test
- Re-configures the environment, module settings, and user permissions.
- CommentInterfaceTest::testCommentClasses in core/modules/comment/tests/comment.test
- Tests CSS classes on comments.
- CommentInterfaceTest::testCommentClasses in core/modules/comment/tests/comment.test
- Tests CSS classes on comments.
- CommentInterfaceTest::testCommentInterface in core/modules/comment/tests/comment.test
- Tests the comment interface.
- CommentInterfaceTest::testCommentInterface in core/modules/comment/tests/comment.test
- Tests the comment interface.
- CommentInterfaceTest::testCommentNewCommentsIndicator in core/modules/comment/tests/comment.test
- Tests new comment marker.
- CommentInterfaceTest::testCommentNewCommentsIndicator in core/modules/comment/tests/comment.test
- Tests new comment marker.
- CommentInterfaceTest::testCommentNodeCommentStatistics in core/modules/comment/tests/comment.test
- Tests the node comment statistics.
- CommentInterfaceTest::testCommentNodeCommentStatistics in core/modules/comment/tests/comment.test
- Tests the node comment statistics.
- CommentNodeAccessTest::testThreadedCommentView in core/modules/comment/tests/comment.test
- Test that threaded comments can be viewed.
- CommentNodeAccessTest::testThreadedCommentView in core/modules/comment/tests/comment.test
- Test that threaded comments can be viewed.
- CommentPagerTest::testCommentPaging in core/modules/comment/tests/comment.test
- Confirms comment paging works correctly with flat and threaded comments.
- CommentPagerTest::testCommentPaging in core/modules/comment/tests/comment.test
- Confirms comment paging works correctly with flat and threaded comments.
- CommentPreviewTest::testCommentPreview in core/modules/comment/tests/comment.test
- Tests comment preview.
- CommentPreviewTest::testCommentPreview in core/modules/comment/tests/comment.test
- Tests comment preview.
- CommentThreadingTestCase::testCommentThreading in core/modules/comment/tests/comment.test
- Tests the comment threading.
- CommentThreadingTestCase::testCommentThreading in core/modules/comment/tests/comment.test
- Tests the comment threading.
- ContactPersonalTestCase::testPersonalContactAccess in core/modules/contact/tests/contact.test
- Tests access to the personal contact form.
- ContactPersonalTestCase::testPersonalContactAccess in core/modules/contact/tests/contact.test
- Tests access to the personal contact form.
- ContactSitewideTestCase::testSiteWideContact in core/modules/contact/tests/contact.test
- Tests configuration options and the site-wide contact form.
- ContactSitewideTestCase::testSiteWideContact in core/modules/contact/tests/contact.test
- Tests configuration options and the site-wide contact form.
- CronRunTestCase::testAutomaticCron in core/modules/system/tests/system.test
- Ensure that the automatic cron run feature is working.
- CronRunTestCase::testAutomaticCron in core/modules/system/tests/system.test
- Ensure that the automatic cron run feature is working.
- DBLogTestCase::doUser in core/modules/dblog/tests/dblog.test
- Generates and then verifies some user events.
- DBLogTestCase::doUser in core/modules/dblog/tests/dblog.test
- Generates and then verifies some user events.
- DrupalWebTestCase::drupalLogout in core/includes/drupal.classes.inc
- DrupalWebTestCase::drupalLogout in core/includes/drupal.classes.inc
- EntityFieldQueryTestCase::testEntityFieldQueryAccess in core/modules/entity/tests/entity_query.test
- Tests EntityFieldQuery access on non-node entities.
- EntityFieldQueryTestCase::testEntityFieldQueryAccess in core/modules/entity/tests/entity_query.test
- Tests EntityFieldQuery access on non-node entities.
- FileAccessTestCase::testFilePrivateDownloadAccess in core/modules/file/tests/file.test
- Test to see if we have access to download private files when granted the permissions.
- FileAccessTestCase::testFilePrivateDownloadAccess in core/modules/file/tests/file.test
- Test to see if we have access to download private files when granted the permissions.
- FileAdminTestCase::testFileAdminPages in core/modules/file/tests/file.test
- Tests file overview with different user permissions.
- FileAdminTestCase::testFileAdminPages in core/modules/file/tests/file.test
- Tests file overview with different user permissions.
- FileFieldAnonymousSubmission::testAnonymousNodeWithFileWithoutTitle in core/modules/file/tests/file.test
- Tests file submission for an anonymous visitor with a missing node title.
- FileFieldAnonymousSubmission::testAnonymousNodeWithFileWithoutTitle in core/modules/file/tests/file.test
- Tests file submission for an anonymous visitor with a missing node title.
- FileFieldWidgetTestCase::testPrivateFileComment in core/modules/file/tests/file.test
- Tests that download restrictions on private files work on comments.
- FileFieldWidgetTestCase::testPrivateFileComment in core/modules/file/tests/file.test
- Tests that download restrictions on private files work on comments.
- FileFieldWidgetTestCase::testTemporaryFileRemovalExploitAnonymous in core/modules/file/tests/file.test
- Tests exploiting the temporary file removal for anonymous users using fid.
- FileFieldWidgetTestCase::testTemporaryFileRemovalExploitAnonymous in core/modules/file/tests/file.test
- Tests exploiting the temporary file removal for anonymous users using fid.
- FilePrivateTestCase::testPrivateFile in core/modules/file/tests/file.test
- Tests file access for file uploaded to a private node.
- FilePrivateTestCase::testPrivateFile in core/modules/file/tests/file.test
- Tests file access for file uploaded to a private node.
- FilePrivateTestCase::testPrivateFileDownloadAccessGranted in core/modules/file/tests/file.test
- Tests file access for private nodes when file download access is granted.
- FilePrivateTestCase::testPrivateFileDownloadAccessGranted in core/modules/file/tests/file.test
- Tests file access for private nodes when file download access is granted.
- FilterAdminTestCase::testFilterAdmin in core/modules/filter/tests/filter.test
- Tests filter administration functionality.
- FilterAdminTestCase::testFilterAdmin in core/modules/filter/tests/filter.test
- Tests filter administration functionality.
- FilterFormatAccessTestCase::setUp in core/modules/filter/tests/filter.test
- FilterFormatAccessTestCase::setUp in core/modules/filter/tests/filter.test
- ImageFieldDisplayTestCase::_testImageFieldFormatters in core/modules/image/tests/image.test
- Test image formatters on node display.
- ImageFieldDisplayTestCase::_testImageFieldFormatters in core/modules/image/tests/image.test
- Test image formatters on node display.
- LayoutInterfaceTest::testBlockHttpResponseCodeConditions in core/modules/layout/tests/layout.test
- Tests 403 and 404 visibility conditions.
- LayoutInterfaceTest::testBlockHttpResponseCodeConditions in core/modules/layout/tests/layout.test
- Tests 403 and 404 visibility conditions.
- LayoutSelectionTest::testPages in core/modules/layout/tests/layout.test
- Tests the correct layout is used on 404 and 403 pages.
- LayoutSelectionTest::testPages in core/modules/layout/tests/layout.test
- Tests the correct layout is used on 404 and 403 pages.
- LayoutSelectionTest::testRoleSelection in core/modules/layout/tests/layout.test
- Test role-based selection of layouts.
- LayoutSelectionTest::testRoleSelection in core/modules/layout/tests/layout.test
- Test role-based selection of layouts.
- LayoutUpgradePathTest::testLayoutUpgrade in core/modules/layout/tests/layout.test
- Tests a successful upgrade, where block positions copied to layouts.
- LayoutUpgradePathTest::testLayoutUpgrade in core/modules/layout/tests/layout.test
- Tests a successful upgrade, where block positions copied to layouts.
- LocaleContentFunctionalTest::testContentTypeDirLang in core/modules/locale/tests/locale.test
- Test if a dir and lang tags exist in node's attributes.
- LocaleContentFunctionalTest::testContentTypeDirLang in core/modules/locale/tests/locale.test
- Test if a dir and lang tags exist in node's attributes.
- LocaleContentFunctionalTest::testContentTypeLanguageConfiguration in core/modules/locale/tests/locale.test
- Test if a content type can be set to multilingual and language is present.
- LocaleContentFunctionalTest::testContentTypeLanguageConfiguration in core/modules/locale/tests/locale.test
- Test if a content type can be set to multilingual and language is present.
- LocaleTranslationFunctionalTest::testStringSearch in core/modules/locale/tests/locale.test
- Tests translation search form.
- LocaleTranslationFunctionalTest::testStringSearch in core/modules/locale/tests/locale.test
- Tests translation search form.
- LocaleTranslationFunctionalTest::testStringTranslation in core/modules/locale/tests/locale.test
- Adds a language and tests string translation by users with the appropriate permissions.
- LocaleTranslationFunctionalTest::testStringTranslation in core/modules/locale/tests/locale.test
- Adds a language and tests string translation by users with the appropriate permissions.
- LocaleUserCreationTest::testLocalUserCreation in core/modules/locale/tests/locale.test
- Functional test for language handling during user creation.
- LocaleUserCreationTest::testLocalUserCreation in core/modules/locale/tests/locale.test
- Functional test for language handling during user creation.
- LocaleUserLanguageFunctionalTest::testUserLanguageConfiguration in core/modules/locale/tests/locale.test
- Test if user can change their default language.
- LocaleUserLanguageFunctionalTest::testUserLanguageConfiguration in core/modules/locale/tests/locale.test
- Test if user can change their default language.
- MenuBreadcrumbTestCase::testBreadCrumbs in core/modules/simpletest/tests/menu.test
- Tests breadcrumbs on node and administrative paths.
- MenuBreadcrumbTestCase::testBreadCrumbs in core/modules/simpletest/tests/menu.test
- Tests breadcrumbs on node and administrative paths.
- MenuExampleTestCase::testMenuExample in modules/examples/menu_example/tests/menu_example.test
- Test the various menus.
- MenuExampleTestCase::testMenuExample in modules/examples/menu_example/tests/menu_example.test
- Test the various menus.
- MenuRouterTestCase::testMenuCallbacks in core/modules/simpletest/tests/menu.test
- Tests title and theme callbacks in hook_menu().
- MenuRouterTestCase::testMenuCallbacks in core/modules/simpletest/tests/menu.test
- Tests title and theme callbacks in hook_menu().
- MenuTestCase::testMenu in core/modules/menu/tests/menu.test
- Login users, add menus and menu links, and test menu functionality through the admin and user interfaces.
- MenuTestCase::testMenu in core/modules/menu/tests/menu.test
- Login users, add menus and menu links, and test menu functionality through the admin and user interfaces.
- MenuTrailTestCase::testCustom403And404Pages in core/modules/simpletest/tests/menu.test
- Tests that the active trail works correctly on custom 403 and 404 pages.
- MenuTrailTestCase::testCustom403And404Pages in core/modules/simpletest/tests/menu.test
- Tests that the active trail works correctly on custom 403 and 404 pages.
- NodeAccessExampleTestCase::testNodeAccessBasic in modules/examples/node_access_example/tests/node_access_example.test
- Test the "private" node access.
- NodeAccessExampleTestCase::testNodeAccessBasic in modules/examples/node_access_example/tests/node_access_example.test
- Test the "private" node access.
- NodeAdminTestCase::testContentAdminPages in core/modules/node/tests/node.test
- Tests content overview with different user permissions.
- NodeAdminTestCase::testContentAdminPages in core/modules/node/tests/node.test
- Tests content overview with different user permissions.
- NodeBlockFunctionalTest::testRecentNodeBlock in core/modules/node/tests/node.test
- Tests the recent content block.
- NodeBlockFunctionalTest::testRecentNodeBlock in core/modules/node/tests/node.test
- Tests the recent content block.
- NodePageCacheTest::testNodeDelete in core/modules/node/tests/node.test
- Tests deleting nodes clears page cache.
- NodePageCacheTest::testNodeDelete in core/modules/node/tests/node.test
- Tests deleting nodes clears page cache.
- NodeTitleTestCase::testNodeTitle in core/modules/node/tests/node.test
- Creates one node and tests if the node title has the correct value.
- NodeTitleTestCase::testNodeTitle in core/modules/node/tests/node.test
- Creates one node and tests if the node title has the correct value.
- PageViewTestCase::testPageView in core/modules/node/tests/node.test
- Tests an anonymous and unpermissioned user attempting to edit the node.
- PageViewTestCase::testPageView in core/modules/node/tests/node.test
- Tests an anonymous and unpermissioned user attempting to edit the node.
- PathPatternLocaleTestCase::testNeutralTransliteration in core/modules/path/tests/path_pattern.test
- Language neutral German node has the correct transliteration applied.
- PathPatternLocaleTestCase::testNeutralTransliteration in core/modules/path/tests/path_pattern.test
- Language neutral German node has the correct transliteration applied.
- RedirectFunctionalTest::test404Interface in core/modules/redirect/tests/redirect.test
- Tests the links added to 404 pages for creating redirects.
- RedirectFunctionalTest::test404Interface in core/modules/redirect/tests/redirect.test
- Tests the links added to 404 pages for creating redirects.
- RedirectFunctionalTest::testPageCache in core/modules/redirect/tests/redirect.test
- Tests the links added to 404 pages for creating URL redirects.
- RedirectFunctionalTest::testPageCache in core/modules/redirect/tests/redirect.test
- Tests the links added to 404 pages for creating URL redirects.
- SearchCommentTestCase::testAddNewComment in core/modules/search/tests/search.test
- Verify that 'Add comment' does not appear in search results or index.
- SearchCommentTestCase::testAddNewComment in core/modules/search/tests/search.test
- Verify that 'Add comment' does not appear in search results or index.
- SearchCommentTestCase::testSearchResultsComment in core/modules/search/tests/search.test
- Verify that comments are rendered using proper format in search results.
- SearchCommentTestCase::testSearchResultsComment in core/modules/search/tests/search.test
- Verify that comments are rendered using proper format in search results.
- SearchCommentTestCase::testSearchResultsCommentAccess in core/modules/search/tests/search.test
- Verify access rules for comment indexing with different permissions.
- SearchCommentTestCase::testSearchResultsCommentAccess in core/modules/search/tests/search.test
- Verify access rules for comment indexing with different permissions.
- SessionTestCase::testDataPersistence in core/modules/simpletest/tests/session.test
- Test data persistence via the session_test module callbacks.
- SessionTestCase::testDataPersistence in core/modules/simpletest/tests/session.test
- Test data persistence via the session_test module callbacks.
- SessionTestCase::testSessionSaveRegenerate in core/modules/simpletest/tests/session.test
- Tests for backdrop_save_session() and backdrop_session_regenerate().
- SessionTestCase::testSessionSaveRegenerate in core/modules/simpletest/tests/session.test
- Tests for backdrop_save_session() and backdrop_session_regenerate().
- SimpleTestFunctionalTest::testInternalBrowser in core/modules/simpletest/tests/simpletest.test
- Test the internal browsers functionality.
- SimpleTestFunctionalTest::testInternalBrowser in core/modules/simpletest/tests/simpletest.test
- Test the internal browsers functionality.
- SiteMaintenanceTestCase::testSiteMaintenance in core/modules/system/tests/system.test
- Verify site maintenance mode functionality.
- SiteMaintenanceTestCase::testSiteMaintenance in core/modules/system/tests/system.test
- Verify site maintenance mode functionality.
- UpdateScriptFunctionalTest::testUpdateAccess in core/modules/system/tests/system.test
- Tests access to the update script.
- UpdateScriptFunctionalTest::testUpdateAccess in core/modules/system/tests/system.test
- Tests access to the update script.
- UserAccountLinksUnitTests::testAccountMenu in core/modules/user/tests/user.test
- Test the user login block.
- UserAccountLinksUnitTests::testAccountMenu in core/modules/user/tests/user.test
- Test the user login block.
- UserAutocompleteTestCase::testUserAutocomplete in core/modules/user/tests/user.test
- Tests access to user autocompletion and verify the correct results.
- UserAutocompleteTestCase::testUserAutocomplete in core/modules/user/tests/user.test
- Tests access to user autocompletion and verify the correct results.
- UserBlocksUnitTests::testUserLoginBlock in core/modules/user/tests/user.test
- Tests the secondary menu.
- UserBlocksUnitTests::testUserLoginBlock in core/modules/user/tests/user.test
- Tests the secondary menu.
- UserEditedOwnAccountTestCase::testUserEditedOwnAccount in core/modules/user/tests/user.test
- Tests a user editing their own account.
- UserEditedOwnAccountTestCase::testUserEditedOwnAccount in core/modules/user/tests/user.test
- Tests a user editing their own account.
- UserEditTestCase::testUserEdit in core/modules/user/tests/user.test
- Test user edit page.
- UserEditTestCase::testUserEdit in core/modules/user/tests/user.test
- Test user edit page.
- UserEditTestCase::testUserWith0Password in core/modules/user/tests/user.test
- Tests setting the password to "0".
- UserEditTestCase::testUserWith0Password in core/modules/user/tests/user.test
- Tests setting the password to "0".
- UserLoginTestBase::assertFailedLogin in core/modules/user/tests/user.test
- Make an unsuccessful login attempt.
- UserLoginTestBase::assertFailedLogin in core/modules/user/tests/user.test
- Make an unsuccessful login attempt.
- UserLoginTestCase::testGlobalLoginFloodControl in core/modules/user/tests/user.test
- Test the global login flood control.
- UserLoginTestCase::testGlobalLoginFloodControl in core/modules/user/tests/user.test
- Test the global login flood control.
- UserLoginTestCase::testPasswordRehashOnLogin in core/modules/user/tests/user.test
- Test that user password is re-hashed upon login after changing $count_log2.
- UserLoginTestCase::testPasswordRehashOnLogin in core/modules/user/tests/user.test
- Test that user password is re-hashed upon login after changing $count_log2.
- UserLoginTestCase::testPerUserLoginFloodControl in core/modules/user/tests/user.test
- Test the per-user login flood control.
- UserLoginTestCase::testPerUserLoginFloodControl in core/modules/user/tests/user.test
- Test the per-user login flood control.
- UserPasswordResetTest::setUp in core/modules/user/tests/user_password_reset.test
- Sets up a Backdrop site for running functional and integration tests.
- UserPasswordResetTest::setUp in core/modules/user/tests/user_password_reset.test
- Sets up a Backdrop site for running functional and integration tests.
- UserPasswordResetTest::testPasswordResetFloodControlPerUser in core/modules/user/tests/user_password_reset.test
- Test user-based flood control on password reset.
- UserPasswordResetTest::testPasswordResetFloodControlPerUser in core/modules/user/tests/user_password_reset.test
- Test user-based flood control on password reset.
- UserPasswordResetTest::testUserPasswordReset in core/modules/user/tests/user_password_reset.test
- Tests password reset functionality.
- UserPasswordResetTest::testUserPasswordReset in core/modules/user/tests/user_password_reset.test
- Tests password reset functionality.
- UserPasswordResetTest::testUserPasswordResetExpired in core/modules/user/tests/user_password_reset.test
- Attempts login using an expired password reset link.
- UserPasswordResetTest::testUserPasswordResetExpired in core/modules/user/tests/user_password_reset.test
- Attempts login using an expired password reset link.
- UserRegistrationTestCase::testRegistrationWithoutEmailVerification in core/modules/user/tests/user.test
- UserRegistrationTestCase::testRegistrationWithoutEmailVerification in core/modules/user/tests/user.test
- UserTokenReplaceTestCase::testUserTokenReplacement in core/modules/user/tests/user.test
- Creates a user, then tests the tokens generated from it.
- UserTokenReplaceTestCase::testUserTokenReplacement in core/modules/user/tests/user.test
- Creates a user, then tests the tokens generated from it.
- UserUserSearchTestCase::testUserSearch in core/modules/user/tests/user.test
- UserUserSearchTestCase::testUserSearch in core/modules/user/tests/user.test