89 calls to UiHelperTrait::drupalLogout()
- AccessDeniedTest::testAccessDenied in core/
modules/ system/ tests/ src/ Functional/ System/ AccessDeniedTest.php - AccessRoleTest::testAccessRole in core/
modules/ user/ tests/ src/ Functional/ Views/ AccessRoleTest.php - Tests role access plugin.
- AggregatorRenderingTest::testFeedPage in core/
modules/ aggregator/ tests/ src/ Functional/ AggregatorRenderingTest.php - Creates a feed and checks that feed's page.
- BigPipeTest::testNoJsDetection in core/
modules/ big_pipe/ tests/ src/ Functional/ BigPipeTest.php - Tests BigPipe's no-JS detection.
- BlockCacheTest::testCachePermissions in core/
modules/ block/ tests/ src/ Functional/ BlockCacheTest.php - Tests a cacheable block without any additional cache context.
- BlockCacheTest::testCachePerRole in core/
modules/ block/ tests/ src/ Functional/ BlockCacheTest.php - Tests "user.roles" cache context.
- BlockLanguageTest::testMultipleLanguageTypes in core/
modules/ block/ tests/ src/ Functional/ BlockLanguageTest.php - Tests block language visibility with different language types.
- BlockTest::testBlockCacheTags in core/
modules/ block/ tests/ src/ Functional/ BlockTest.php - Tests that cache tags are properly set and bubbled up to the page cache.
- BlockTest::testBlockVisibility in core/
modules/ block/ tests/ src/ Functional/ BlockTest.php - Tests block visibility.
- BlockTest::testBlockVisibilityListedEmpty in core/
modules/ block/ tests/ src/ Functional/ BlockTest.php - Tests block visibility when leaving "pages" textarea empty.
- BlockUiTest::testBrokenBlockVisibility in core/
modules/ block/ tests/ src/ Functional/ BlockUiTest.php - Tests that users without permission are not able to view broken blocks.
- BreadcrumbTest::testBreadCrumbs in core/
modules/ system/ tests/ src/ Functional/ Menu/ BreadcrumbTest.php - Tests breadcrumbs on node and administrative paths.
- ColorTest::testOverrideAndResetScheme in core/
modules/ color/ tests/ src/ Functional/ ColorTest.php - Tests whether the scheme can be set, viewed anonymously and reset.
- CommentAdminTest::testApprovalAdminInterface in core/
modules/ comment/ tests/ src/ Functional/ CommentAdminTest.php - Tests comment approval functionality through admin/content/comment.
- CommentAdminTest::testApprovalAdminInterface in core/
modules/ comment/ tests/ src/ Functional/ Views/ CommentAdminTest.php - Tests comment approval functionality through admin/content/comment.
- CommentAdminTest::testApprovalNodeInterface in core/
modules/ comment/ tests/ src/ Functional/ CommentAdminTest.php - Tests comment approval functionality through the node interface.
- CommentAdminTest::testCommentedEntityLabel in core/
modules/ comment/ tests/ src/ Functional/ Views/ CommentAdminTest.php - Tests commented entity label of admin view.
- CommentAdminTest::testCommentedTranslationDeletion in core/
modules/ comment/ tests/ src/ Functional/ CommentAdminTest.php - Tests commented translation deletion admin view.
- CommentAdminTest::testEditComment in core/
modules/ comment/ tests/ src/ Functional/ CommentAdminTest.php - Tests editing a comment as an admin.
- CommentAnonymousTest::testAnonymous in core/
modules/ comment/ tests/ src/ Functional/ CommentAnonymousTest.php - Tests anonymous comment functionality.
- CommentBlockTest::testRecentCommentBlock in core/
modules/ comment/ tests/ src/ Functional/ CommentBlockTest.php - Tests the recent comments block.
- CommentCSSTest::testCommentClasses in core/
modules/ comment/ tests/ src/ Functional/ CommentCSSTest.php - Tests CSS classes on comments.
- CommentFieldsTest::testCommentFieldLinksNonDefaultName in core/
modules/ comment/ tests/ src/ Functional/ CommentFieldsTest.php - Tests link building with non-default comment field names.
- CommentFieldsTest::testCommentInstallAfterContentModule in core/
modules/ comment/ tests/ src/ Functional/ CommentFieldsTest.php - Tests that comment module works when installed after a content module.
- CommentInterfaceTest::setUp in core/
modules/ comment/ tests/ src/ Functional/ CommentInterfaceTest.php - Set up comments to have subject and preview disabled.
- CommentInterfaceTest::testCommentInterface in core/
modules/ comment/ tests/ src/ Functional/ CommentInterfaceTest.php - Tests the comment interface.
- CommentNewIndicatorTest::testCommentNewCommentsIndicator in core/
modules/ comment/ tests/ src/ Functional/ CommentNewIndicatorTest.php - Tests new comment marker.
- CommentNodeAccessTest::testThreadedCommentView in core/
modules/ comment/ tests/ src/ Functional/ CommentNodeAccessTest.php - Tests that threaded comments can be viewed.
- CommentNonNodeTest::testCommentFunctionality in core/
modules/ comment/ tests/ src/ Functional/ CommentNonNodeTest.php - Tests anonymous comment functionality.
- CommentPagerTest::testCommentPaging in core/
modules/ comment/ tests/ src/ Functional/ CommentPagerTest.php - Confirms comment paging works correctly with flat and threaded comments.
- CommentPreviewTest::testCommentEditPreviewSave in core/
modules/ comment/ tests/ src/ Functional/ CommentPreviewTest.php - Tests comment edit, preview, and save.
- CommentPreviewTest::testCommentPreview in core/
modules/ comment/ tests/ src/ Functional/ CommentPreviewTest.php - Tests comment preview.
- CommentPreviewTest::testCommentPreviewDuplicateSubmission in core/
modules/ comment/ tests/ src/ Functional/ CommentPreviewTest.php - Tests comment preview.
- CommentStatisticsTest::testCommentNodeCommentStatistics in core/
modules/ comment/ tests/ src/ Functional/ CommentStatisticsTest.php - Tests the node comment statistics.
- CommentThreadingTest::testCommentThreading in core/
modules/ comment/ tests/ src/ Functional/ CommentThreadingTest.php - Tests the comment threading.
- ConfigExportUITest::testExport in core/
modules/ config/ tests/ src/ Functional/ ConfigExportUITest.php - Tests export of configuration.
- ConfigLanguageOverrideWebTest::testSiteNameTranslation in core/
modules/ config/ tests/ src/ Functional/ ConfigLanguageOverrideWebTest.php - Tests translating the site name.
- ContentTranslationContextualLinksTest::setUp in core/
modules/ content_translation/ tests/ src/ FunctionalJavascript/ ContentTranslationContextualLinksTest.php - ContentTranslationContextualLinksTest::testContentTranslationContextualLinks in core/
modules/ content_translation/ tests/ src/ Functional/ ContentTranslationContextualLinksTest.php - Tests that a contextual link is available for translating a node.
- ContentTranslationOperationsTest::testOperationTranslateLink in core/
modules/ content_translation/ tests/ src/ Functional/ ContentTranslationOperationsTest.php - Tests that the operation "Translate" is displayed in the content listing.
- CronRunTest::testAutomatedCron in core/
modules/ system/ tests/ src/ Functional/ System/ CronRunTest.php - Ensure that the automated cron run module is working.
- DateTimeTest::testEnteringDateTimeViaSelectors in core/
modules/ system/ tests/ src/ Functional/ System/ DateTimeTest.php - Tests handling case with invalid data in selectors (like February, 31st).
- DefaultViewsTest::testDefaultViews in core/
modules/ views_ui/ tests/ src/ Functional/ DefaultViewsTest.php - Tests default views.
- EditorLoadingTest::testLoading in core/
modules/ editor/ tests/ src/ Functional/ EditorLoadingTest.php - Tests loading of text editors.
- EditorPrivateFileReferenceFilterTest::testEditorPrivateFileReferenceFilter in core/
modules/ editor/ tests/ src/ Functional/ EditorPrivateFileReferenceFilterTest.php - Tests the editor file reference filter with private files.
- EntityAddUITest::testAddPageWithBundleEntities in core/
modules/ system/ tests/ src/ Functional/ Entity/ EntityAddUITest.php - Tests the add page for an entity type using bundle entities.
- FilterFormatAccessTest::setUp in core/
modules/ filter/ tests/ src/ Functional/ FilterFormatAccessTest.php - ImageFieldDisplayTest::_testImageFieldFormatters in core/
modules/ image/ tests/ src/ Functional/ ImageFieldDisplayTest.php - Tests image formatters on node display.
- InstallerPostInstallTest::testVisitInstallerPostInstall in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerPostInstallTest.php - Confirms that visiting the installer does not break things post-install.
- MenuActiveTrail403Test::testMenuActiveTrail403Cache in core/
tests/ Drupal/ FunctionalTests/ Menu/ MenuActiveTrail403Test.php - Tests that visiting 403 page does not override original active trail.
- SessionExistsCacheContextTest::testCacheContext in core/
modules/ system/ tests/ src/ Functional/ Cache/ SessionExistsCacheContextTest.php - Tests \Drupal\Core\Cache\Context\SessionExistsCacheContext::getContext().
- SessionTest::testDataPersistence in core/
modules/ system/ tests/ src/ Functional/ Session/ SessionTest.php - Tests data persistence via the session_test module callbacks.
- SiteMaintenanceTest::testNonHtmlRequest in core/
modules/ system/ tests/ src/ Functional/ System/ SiteMaintenanceTest.php - Tests responses to non-HTML requests when in maintenance mode.
- SiteMaintenanceTest::testSiteMaintenance in core/
modules/ system/ tests/ src/ Functional/ System/ SiteMaintenanceTest.php - Verifies site maintenance mode functionality.
- StyleSerializerTest::testRestViewsAuthentication in core/
modules/ rest/ tests/ src/ Functional/ Views/ StyleSerializerTest.php - Checks that the auth options restricts access to a REST views display.
- TaxonomyIndexTidUiTest::testExposedUnpublishedFilterOptions in core/
modules/ taxonomy/ tests/ src/ Functional/ Views/ TaxonomyIndexTidUiTest.php - Tests that an exposed taxonomy filter doesn't show unpublished terms.
- TaxonomyTermViewTest::testTaxonomyTermView in core/
modules/ taxonomy/ tests/ src/ Functional/ Views/ TaxonomyTermViewTest.php - Tests that the taxonomy term view is working properly.
- ThemeTest::testThemeSettingsRenderCacheClear in core/
modules/ system/ tests/ src/ Functional/ System/ ThemeTest.php - Tests the 'rendered' cache tag is cleared when saving theme settings.
- ToolbarAdminMenuTest::testLocaleTranslationSubtreesHashCacheClear in core/
modules/ toolbar/ tests/ src/ Functional/ ToolbarAdminMenuTest.php - Tests that toolbar cache is cleared when string translations are made.
- ToolbarCacheContextsTest::assertToolbarCacheContexts in core/
modules/ toolbar/ tests/ src/ Functional/ ToolbarCacheContextsTest.php - Tests that cache contexts are applied for both users.
- UiHelperTrait::drupalLogin in core/
tests/ Drupal/ Tests/ UiHelperTrait.php - Logs in a user using the Mink controlled browser.
- UpdateScriptTest::testUpdateAccess in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdateScriptTest.php - Tests access to the update script.
- UserAccountLinksTest::testSecondaryMenu in core/
modules/ user/ tests/ src/ Functional/ UserAccountLinksTest.php - Tests the secondary menu.
- UserAdminTest::testNotificationEmailAddress in core/
modules/ user/ tests/ src/ Functional/ UserAdminTest.php - Tests the alternate notification email address for user mails.
- UserBlocksTest::setUp in core/
modules/ user/ tests/ src/ Functional/ UserBlocksTest.php - UserBlocksTest::testUserLoginBlock in core/
modules/ user/ tests/ src/ Functional/ UserBlocksTest.php - Tests the user login block.
- UserEditedOwnAccountTest::testUserEditedOwnAccount in core/
modules/ user/ tests/ src/ Functional/ UserEditedOwnAccountTest.php - UserEditTest::testUserEdit in core/
modules/ user/ tests/ src/ Functional/ UserEditTest.php - Tests user edit page.
- UserHelpersTest::testDrupalUserIsLoggedIn in core/
tests/ Drupal/ FunctionalTests/ UserHelpersTest.php - Tests BrowserTestBase::drupalUserIsLoggedIn().
- UserLanguageCreationTest::testLocalUserCreation in core/
modules/ user/ tests/ src/ Functional/ UserLanguageCreationTest.php - Functional test for language handling during user creation.
- UserLanguageTest::testUserLanguageConfiguration in core/
modules/ user/ tests/ src/ Functional/ UserLanguageTest.php - Tests if user can change their default language.
- UserLoginHttpTest::doTestPasswordReset in core/
modules/ user/ tests/ src/ Functional/ UserLoginHttpTest.php - Do password reset testing for given format and account.
- UserLoginHttpTest::doTestPerUserLoginFloodControl in core/
modules/ user/ tests/ src/ Functional/ UserLoginHttpTest.php - Tests the per-user login flood control for a given serialization format.
- UserLoginTest::doPasswordLengthLogin in core/
modules/ user/ tests/ src/ Functional/ UserLoginTest.php - Helper to test log in with a maximum length password.
- UserLoginTest::testGlobalLoginFloodControl in core/
modules/ user/ tests/ src/ Functional/ UserLoginTest.php - Tests the global login flood control.
- UserLoginTest::testPasswordRehashOnLogin in core/
modules/ user/ tests/ src/ Functional/ UserLoginTest.php - Tests user password is re-hashed upon login after changing $count_log2.
- UserLoginTest::testPerUserLoginFloodControl in core/
modules/ user/ tests/ src/ Functional/ UserLoginTest.php - Tests the per-user login flood control.
- UserPasswordResetTest::setUp in core/
modules/ user/ tests/ src/ FunctionalJavascript/ UserPasswordResetTest.php - UserPasswordResetTest::setUp in core/
modules/ user/ tests/ src/ Functional/ UserPasswordResetTest.php - UserPasswordResetTest::testUserPasswordReset in core/
modules/ user/ tests/ src/ Functional/ UserPasswordResetTest.php - Tests password reset functionality.
- UserPasswordResetTest::testUserResetPasswordUserFloodControlIsCleared in core/
modules/ user/ tests/ src/ Functional/ UserPasswordResetTest.php - Tests user password reset flood control is cleared on successful reset.
- UserPermissionsTest::testAccessBundlePermission in core/
modules/ user/ tests/ src/ Functional/ UserPermissionsTest.php - Verify that bundle-specific pages work properly.
- UserPermissionsTest::testAccessModulePermission in core/
modules/ user/ tests/ src/ Functional/ UserPermissionsTest.php - Verify that module-specific pages have correct access.
- UserRegistrationTest::testRegistrationWithoutEmailVerification in core/
modules/ user/ tests/ src/ Functional/ UserRegistrationTest.php - UserRegistrationTest::testUuidFormState in core/
modules/ user/ tests/ src/ Functional/ UserRegistrationTest.php - Tests that UUID isn't cached in form state on register form.
- UserSearchTest::testUserSearch in core/
modules/ user/ tests/ src/ Functional/ UserSearchTest.php - UserTimeZoneTest::testUserTimeZone in core/
modules/ user/ tests/ src/ Functional/ UserTimeZoneTest.php - Tests the display of dates and time when user-configurable time zones are set.
- UserTokenReplaceTest::testUserTokenReplacement in core/
modules/ user/ tests/ src/ Functional/ UserTokenReplaceTest.php - Creates a user, then tests the tokens generated from it.
- ViewTranslationTest::testViewTitleTranslation in core/
modules/ views/ tests/ src/ Functional/ ViewTranslationTest.php - Tests that the view route title is translated.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.