Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
WebTestBase.php
»
WebTestBase
»
WebTestBase::drupalGetHeader
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
15 calls to WebTestBase::drupalGetHeader()
CreateTest::testCreate
in drupal/
core/
modules/
rest/
lib/
Drupal/
rest/
Tests/
CreateTest.php
Tests several valid and invalid create requests on all entity types.
ErrorHandlerTest::testExceptionHandler
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
System/
ErrorHandlerTest.php
Test the exception handler.
ImageFieldDisplayTest::_testImageFieldFormatters
in drupal/
core/
modules/
image/
lib/
Drupal/
image/
Tests/
ImageFieldDisplayTest.php
Test image formatters on node display.
ImageStylesPathAndUrlTest::_testImageStyleUrlAndPath
in drupal/
core/
modules/
image/
lib/
Drupal/
image/
Tests/
ImageStylesPathAndUrlTest.php
Tests
image_style_url
().
PageCacheTest::testConditionalRequests
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Bootstrap/
PageCacheTest.php
Tests support of requests with If-Modified-Since and If-None-Match headers.
PageCacheTest::testPageCache
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Bootstrap/
PageCacheTest.php
Tests cache headers.
PageCacheTest::testPageCompression
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Bootstrap/
PageCacheTest.php
Tests page compression.
PictureFieldDisplayTest::_testPictureFieldFormatters
in drupal/
core/
modules/
picture/
lib/
Drupal/
picture/
Tests/
PictureFieldDisplayTest.php
Test picture formatters on node display.
RESTTestBase::assertHeader
in drupal/
core/
modules/
rest/
lib/
Drupal/
rest/
Tests/
RESTTestBase.php
Check if a HTTP response header exists and has the expected value.
SessionTest::assertSessionEmpty
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Session/
SessionTest.php
Assert whether $_SESSION is empty at the beginning of the request.
SessionTest::testEmptyAnonymousSession
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Session/
SessionTest.php
Test that empty anonymous sessions are destroyed.
SessionTest::testSessionSaveRegenerate
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Session/
SessionTest.php
Tests for
drupal_save_session
() and
drupal_session_regenerate
().
SimpleTestTest::testInternalBrowser
in drupal/
core/
modules/
simpletest/
lib/
Drupal/
simpletest/
Tests/
SimpleTestTest.php
Test the internal browsers functionality.
StatisticsLoggingTest::testLogging
in drupal/
core/
modules/
statistics/
lib/
Drupal/
statistics/
Tests/
StatisticsLoggingTest.php
Verifies request logging for cached and uncached pages.
WebTestBase::curlExec
in drupal/
core/
modules/
simpletest/
lib/
Drupal/
simpletest/
WebTestBase.php
Initializes and executes a cURL request.