13 calls to BrowserTestBase::getSessionCookies() in Drupal 9
- CommentNewIndicatorTest::renderNewCommentsNodeLinks in core/
modules/ comment/ tests/ src/ Functional/ CommentNewIndicatorTest.php - Get node "x new comments" metadata from the server for the current user.
- ContextualDynamicContextTest::renderContextualLinks in core/
modules/ contextual/ tests/ src/ Functional/ ContextualDynamicContextTest.php - Get server-rendered contextual links for the given contextual link ids.
- ContextualDynamicContextTest::testTokenProtection in core/
modules/ contextual/ tests/ src/ Functional/ ContextualDynamicContextTest.php - Tests the contextual placeholder content is protected by a token.
- CsrfRequestHeaderTest::testRouteAccess in core/
modules/ system/ tests/ src/ Functional/ CsrfRequestHeaderTest.php - Tests access to routes protected by CSRF request header requirements.
- EditorIntegrationLoadingTest::testUsersWithoutPermission in core/
modules/ quickedit/ tests/ src/ Functional/ EditorIntegrationLoadingTest.php - Tests loading of untransformed text when a user doesn't have access to it.
- EditorIntegrationLoadingTest::testUserWithPermission in core/
modules/ quickedit/ tests/ src/ Functional/ EditorIntegrationLoadingTest.php - Tests loading of untransformed text when a user does have access to it.
- EditorSecurityTest::testSwitchingSecurity in core/
modules/ editor/ tests/ src/ Functional/ EditorSecurityTest.php - Tests administrator security: is the user safe when switching text formats?
- HistoryTest::getNodeReadTimestamps in core/
modules/ history/ tests/ src/ Functional/ HistoryTest.php - Get node read timestamps from the server for the current user.
- HistoryTest::markNodeAsRead in core/
modules/ history/ tests/ src/ Functional/ HistoryTest.php - Mark a node as read for the current user.
- QuickEditCustomPipelineTest::testCustomPipeline in core/
modules/ quickedit/ tests/ src/ Functional/ QuickEditCustomPipelineTest.php - Tests that Quick Edit works with custom render pipelines.
- QuickEditEndPointAccessTest::assertAccessIsBlocked in core/
modules/ quickedit/ tests/ src/ Functional/ QuickEditEndPointAccessTest.php - Asserts that access to the passed URL is blocked.
- SaveUploadTest::testInvalidUtf8FilenameUpload in core/
modules/ file/ tests/ src/ Functional/ SaveUploadTest.php - Tests that filenames containing invalid UTF-8 are rejected.
- SessionAuthenticationTest::testBasicAuthNoSession in core/
modules/ system/ tests/ src/ Functional/ Session/ SessionAuthenticationTest.php - Tests that a session is not started automatically by basic authentication.