6 calls to WebTestBase::drupalGetHeaders()

DownloadTest::testPrivateFileTransfer in drupal/core/modules/file/lib/Drupal/file/Tests/DownloadTest.php
Test the private file transfer system.
GotoTest::testDrupalGoto in drupal/core/modules/system/lib/Drupal/system/Tests/Common/GotoTest.php
Tests drupal_goto().
RESTTestBase::httpRequest in drupal/core/modules/rest/lib/Drupal/rest/Tests/RESTTestBase.php
Helper function to issue a HTTP request with simpletest's cURL.
SimpleTestTest::testInternalBrowser in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/SimpleTestTest.php
Test the internal browsers functionality.
StyleSerializerTest::testSerializerResponses in drupal/core/modules/rest/lib/Drupal/rest/Tests/Views/StyleSerializerTest.php
Checks the behavior of the Serializer callback paths and row plugins.
WebTestBase::drupalGetHeader in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Gets the value of an HTTP response header. If multiple requests were required to retrieve the page, only the headers from the last request will be checked by default. However, if TRUE is passed as the second argument, all requests will be processed…