46 calls to BrowserTestBase::drupalGetHeader() in Drupal 8
- AggregatorRenderingTest::testBlockLinks in core/
modules/ aggregator/ tests/ src/ Functional/ AggregatorRenderingTest.php - Adds a feed block to the page and checks its links.
- AggregatorRenderingTest::testFeedPage in core/
modules/ aggregator/ tests/ src/ Functional/ AggregatorRenderingTest.php - Creates a feed and checks that feed's page.
- BasicAuthTest::testBasicAuth in core/
modules/ basic_auth/ tests/ src/ Functional/ BasicAuthTest.php - Test http basic authentication.
- BigPipeTest::assertBigPipeNoJsPlaceholders in core/
modules/ big_pipe/ tests/ src/ Functional/ BigPipeTest.php - Asserts expected BigPipe no-JS placeholders are present and replaced.
- BigPipeTest::assertBigPipePlaceholders in core/
modules/ big_pipe/ tests/ src/ Functional/ BigPipeTest.php - Asserts expected BigPipe placeholders are present and replaced.
- BigPipeTest::assertBigPipeResponseHeadersPresent in core/
modules/ big_pipe/ tests/ src/ Functional/ BigPipeTest.php - BigPipeTest::testBigPipeNoJs in core/
modules/ big_pipe/ tests/ src/ Functional/ BigPipeTest.php - Tests BigPipe-delivered HTML responses when JavaScript is disabled.
- BlockTest::testBlockCacheTags in core/
modules/ block/ tests/ src/ Functional/ BlockTest.php - Test that cache tags are properly set and bubbled up to the page cache.
- ConfigExportUITest::testExport in core/
modules/ config/ tests/ src/ Functional/ ConfigExportUITest.php - Tests export of configuration.
- DefaultFormatTest::testFoo in core/
tests/ Drupal/ FunctionalTests/ Routing/ DefaultFormatTest.php - DownloadTest::doPrivateFileTransferTest in core/
modules/ file/ tests/ src/ Functional/ DownloadTest.php - Test the private file transfer system.
- DynamicPageCacheIntegrationTest::testDynamicPageCache in core/
modules/ dynamic_page_cache/ tests/ src/ Functional/ DynamicPageCacheIntegrationTest.php - Tests that Dynamic Page Cache works correctly, and verifies the edge cases.
- EntityCacheTagsTestBase::testReferencedEntity in core/
modules/ system/ tests/ src/ Functional/ Entity/ EntityCacheTagsTestBase.php - Tests cache tags presence and invalidation of the entity when referenced.
- ErrorHandlerTest::testExceptionHandler in core/
modules/ system/ tests/ src/ Functional/ System/ ErrorHandlerTest.php - Test the exception handler.
- FormStoragePageCacheTest::testRebuildFormStorageOnCachedPage in core/
modules/ system/ tests/ src/ Functional/ Form/ FormStoragePageCacheTest.php - Build-id is regenerated when rebuilding cached form.
- FormStoragePageCacheTest::testValidateFormStorageOnCachedPage in core/
modules/ system/ tests/ src/ Functional/ Form/ FormStoragePageCacheTest.php - Build-id is regenerated when validating cached form.
- HtaccessTest::testSvgzContentEncoding in core/
modules/ system/ tests/ src/ Functional/ System/ HtaccessTest.php - Tests that SVGZ files are served with Content-Encoding: gzip.
- ImageFieldDisplayTest::testImageFieldDefaultImage in core/
modules/ image/ tests/ src/ Functional/ ImageFieldDisplayTest.php - Test use of a default image with an image field.
- ImageFieldDisplayTest::_testImageFieldFormatters in core/
modules/ image/ tests/ src/ Functional/ ImageFieldDisplayTest.php - Test image formatters on node display.
- ImageStylesPathAndUrlTest::doImageStyleUrlAndPathTests in core/
modules/ image/ tests/ src/ Functional/ ImageStylesPathAndUrlTest.php - Tests building an image style URL.
- LanguageBrowserDetectionAcceptLanguageTest::testAcceptLanguageEmptyDefault in core/
modules/ language/ tests/ src/ Functional/ LanguageBrowserDetectionAcceptLanguageTest.php - Tests with browsers with and without Accept-Language header.
- LayoutBuilderFieldBlockEntityReferenceCacheTagsTest::verifyPageCacheContainsTags in core/
modules/ layout_builder/ tests/ src/ Functional/ LayoutBuilderFieldBlockEntityReferenceCacheTagsTest.php - Verify that when loading a given page, it's a page cache hit or miss.
- LocalActionTest::testLocalAction in core/
modules/ system/ tests/ src/ Functional/ Menu/ LocalActionTest.php - Tests appearance of local actions.
- PageCacheTagsTestBase::verifyPageCache in core/
modules/ system/ tests/ src/ Functional/ Cache/ PageCacheTagsTestBase.php - Verify that when loading a given page, it's a page cache hit or miss.
- PageCacheTest::testCacheableResponseResponses in core/
modules/ page_cache/ tests/ src/ Functional/ PageCacheTest.php - Tests cacheability of a CacheableResponse.
- PageCacheTest::testConditionalRequests in core/
modules/ page_cache/ tests/ src/ Functional/ PageCacheTest.php - Tests support of requests with If-Modified-Since and If-None-Match headers.
- PageCacheTest::testHead in core/
modules/ page_cache/ tests/ src/ Functional/ PageCacheTest.php - Tests that HEAD requests are treated the same as GET requests.
- PageCacheTest::testPageCache in core/
modules/ page_cache/ tests/ src/ Functional/ PageCacheTest.php - Tests cache headers.
- PageCacheTest::testPageCacheAnonymous403404 in core/
modules/ page_cache/ tests/ src/ Functional/ PageCacheTest.php - Tests the 4xx-response cache tag is added and invalidated.
- PageCacheTest::testPageCacheTags in core/
modules/ page_cache/ tests/ src/ Functional/ PageCacheTest.php - Test that cache tags are properly persisted.
- PageCacheTest::testPageCacheTagsIndependentFromCacheabilityHeaders in core/
modules/ page_cache/ tests/ src/ Functional/ PageCacheTest.php - Test that the page cache doesn't depend on cacheability headers.
- PageCacheTest::testPageCacheWithoutVaryCookie in core/
modules/ page_cache/ tests/ src/ Functional/ PageCacheTest.php - Tests the omit_vary_cookie setting.
- PageCacheTest::testQueryParameterFormatRequests in core/
modules/ page_cache/ tests/ src/ Functional/ PageCacheTest.php - Tests support for different cache items with different request formats specified via a query parameter.
- RenderWebTest::testWrapperFormatCacheContext in core/
modules/ system/ tests/ src/ Functional/ Common/ RenderWebTest.php - Asserts the cache context for the wrapper format is always present.
- ResponseGeneratorTest::testGeneratorHeaderAdded in core/
modules/ system/ tests/ src/ Functional/ System/ ResponseGeneratorTest.php - Test to see if generator header is added.
- ResponseTest::testFormResponse in core/
modules/ system/ tests/ src/ Functional/ Form/ ResponseTest.php - Tests that enforced responses propagate through subscribers and middleware.
- ResponsiveImageFieldDisplayTest::doTestResponsiveImageFieldFormatters in core/
modules/ responsive_image/ tests/ src/ Functional/ ResponsiveImageFieldDisplayTest.php - Test responsive image formatters on node display.
- RouterTest::testControllerResolutionAjax in core/
modules/ system/ tests/ src/ Functional/ Routing/ RouterTest.php - Checks that an ajax request gets rendered as an Ajax response, by mime.
- RouterTest::testFinishResponseSubscriber in core/
modules/ system/ tests/ src/ Functional/ Routing/ RouterTest.php - Confirms that our FinishResponseSubscriber logic works properly.
- SessionTest::assertSessionEmpty in core/
modules/ system/ tests/ src/ Functional/ Session/ SessionTest.php - Assert whether $_SESSION is empty at the beginning of the request.
- SessionTest::testEmptyAnonymousSession in core/
modules/ system/ tests/ src/ Functional/ Session/ SessionTest.php - Test that empty anonymous sessions are destroyed.
- SessionTest::testSessionSaveRegenerate in core/
modules/ system/ tests/ src/ Functional/ Session/ SessionTest.php - Tests for \Drupal\Core\Session\WriteSafeSessionHandler::setSessionWritable() ::isSessionWritable and \Drupal\Core\Session\SessionManager::regenerate().
- StandardTest::testStandard in core/
profiles/ standard/ tests/ src/ Functional/ StandardTest.php - Tests Standard installation profile.
- StyleTableTest::testTableCacheability in core/
modules/ views/ tests/ src/ Functional/ Plugin/ StyleTableTest.php - Tests the cacheability of the table display.
- UserBlocksTest::testUserLoginBlock in core/
modules/ user/ tests/ src/ Functional/ UserBlocksTest.php - Test the user login block.
- UserPasswordResetTest::testUserPasswordReset in core/
modules/ user/ tests/ src/ Functional/ UserPasswordResetTest.php - Tests password reset functionality.