You are here

10 calls to WebTestBase::drupalGetHeader() in Drupal 8

BrowserTest::testCookies in core/modules/simpletest/src/Tests/BrowserTest.php
Tests that cookies set during a request are available for testing.
EntityCacheTagsTestBase::testReferencedEntity in core/modules/system/src/Tests/Entity/EntityCacheTagsTestBase.php
Tests cache tags presence and invalidation of the entity when referenced.
PageCacheTagsTestBase::verifyPageCache in core/modules/system/src/Tests/Cache/PageCacheTagsTestBase.php
Verify that when loading a given page, it's a page cache hit or miss.
RESTTestBase::drupalGetHeader in core/modules/rest/src/Tests/RESTTestBase.php
Gets the value of an HTTP response header.
SimpleTestBrowserTest::testInternalBrowser in core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php
Test the internal browsers functionality.
WebTestBase::assertCacheTag in core/modules/simpletest/src/WebTestBase.php
Asserts whether an expected cache tag was present in the last response.
WebTestBase::assertHeader in core/modules/simpletest/src/WebTestBase.php
Check if a HTTP response header exists and has the expected value.
WebTestBase::assertNoCacheTag in core/modules/simpletest/src/WebTestBase.php
Asserts whether an expected cache tag was absent in the last response.
WebTestBase::curlExec in core/modules/simpletest/src/WebTestBase.php
Initializes and executes a cURL request.
WebTestBase::drupalPostAjaxForm in core/modules/simpletest/src/WebTestBase.php
Executes an Ajax form submission.