18 calls to DrupalWebTestCase::drupalGetHeader()

AJAXFormPageCacheTestCase::testSimpleAJAXFormValue in drupal/modules/simpletest/tests/ajax.test
Create a simple form, then POST to system/ajax to change to it.
BootstrapPageCacheTestCase::testConditionalRequests in drupal/modules/simpletest/tests/bootstrap.test
Test support for requests containing If-Modified-Since and If-None-Match headers.
BootstrapPageCacheTestCase::testPageCache in drupal/modules/simpletest/tests/bootstrap.test
Test cache headers.
BootstrapPageCacheTestCase::testPageCompression in drupal/modules/simpletest/tests/bootstrap.test
Test page compression.
DrupalErrorHandlerTestCase::testExceptionHandler in drupal/modules/simpletest/tests/error.test
Test the exception handler.
DrupalWebTestCase::curlExec in drupal/modules/simpletest/drupal_web_test_case.php
Initializes and executes a cURL request.
DrupalWebTestCase::drupalPostAJAX in drupal/modules/simpletest/drupal_web_test_case.php
Execute an Ajax submission.
FormsFormStoragePageCacheTestCase::testRebuildFormStorageOnCachedPage in drupal/modules/simpletest/tests/form.test
Build-id is regenerated when rebuilding cached form.
FormsFormStoragePageCacheTestCase::testValidateFormStorageOnCachedPage in drupal/modules/simpletest/tests/form.test
Build-id is regenerated when validating cached form.
ImageFieldDisplayTestCase::_testImageFieldFormatters in drupal/modules/image/image.test
Test image formatters on node display.
ImageStylesPathAndUrlTestCase::_testImageStyleUrlAndPath in drupal/modules/image/image.test
Test image_style_url().
PollVoteCheckHostname::testHostnamePollVote in drupal/modules/poll/poll.test
Check that anonymous users with same ip cannot vote on poll more than once unless user is logged in.
SessionTestCase::assertSessionEmpty in drupal/modules/simpletest/tests/session.test
Assert whether $_SESSION is empty at the beginning of the request.
SessionTestCase::testEmptyAnonymousSession in drupal/modules/simpletest/tests/session.test
Test that empty anonymous sessions are destroyed.
SessionTestCase::testSessionSaveRegenerate in drupal/modules/simpletest/tests/session.test
Tests for drupal_save_session() and drupal_session_regenerate().
SimpleTestBrowserTestCase::testCookies in drupal/modules/simpletest/simpletest.test
Tests that cookies set during a request are available for testing.
SimpleTestFunctionalTest::testInternalBrowser in drupal/modules/simpletest/simpletest.test
Test the internal browsers functionality.
StatisticsLoggingTestCase::testLogging in drupal/modules/statistics/statistics.test
Verifies request logging for cached and uncached pages.