You are here

32 calls to DrupalWebTestCase::drupalGetHeader() in Drupal 7

AJAXFormPageCacheTestCase::testSimpleAJAXFormValue in modules/simpletest/tests/ajax.test
Create a simple form, then POST to system/ajax to change to it.
BlockInterestCohortTest::testDefaultBlocking in modules/simpletest/tests/common.test
Tests that FLoC is blocked by default.
BlockInterestCohortTest::testDisableBlocking in modules/simpletest/tests/common.test
Tests that FLoC blocking can be disabled.
BlockInterestCohortTest::testExistingInterestCohortPolicy in modules/simpletest/tests/common.test
Tests that an existing interest-cohort policy is not overwritten.
BlockInterestCohortTest::testExistingPolicyHeader in modules/simpletest/tests/common.test
Tests that an existing header is appended to correctly.
BootstrapPageCacheTestCase::testConditionalRequests in modules/simpletest/tests/bootstrap.test
Test support for requests containing If-Modified-Since and If-None-Match headers.
BootstrapPageCacheTestCase::testPageCache in modules/simpletest/tests/bootstrap.test
Test cache headers.
BootstrapPageCacheTestCase::testPageCompression in modules/simpletest/tests/bootstrap.test
Test page compression.
DrupalErrorHandlerTestCase::testExceptionHandler in modules/simpletest/tests/error.test
Test the exception handler.
DrupalWebTestCase::curlExec in modules/simpletest/drupal_web_test_case.php
Initializes and executes a cURL request.
DrupalWebTestCase::drupalPostAJAX in modules/simpletest/drupal_web_test_case.php
Execute an Ajax submission.
FormsFormStoragePageCacheTestCase::testRebuildFormStorageOnCachedPage in modules/simpletest/tests/form.test
Build-id is regenerated when rebuilding cached form.
FormsFormStoragePageCacheTestCase::testValidateFormStorageOnCachedPage in modules/simpletest/tests/form.test
Build-id is regenerated when validating cached form.
ImageFieldDisplayTestCase::_testImageFieldFormatters in modules/image/image.test
Test image formatters on node display.
ImageStylesPathAndUrlTestCase::_testImageStyleUrlAndPath in modules/image/image.test
Test image_style_url().
PollVoteCheckHostname::testHostnamePollVote in 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 modules/simpletest/tests/session.test
Assert whether $_SESSION is empty at the beginning of the request.
SessionTestCase::testEmptyAnonymousSession in modules/simpletest/tests/session.test
Test that empty anonymous sessions are destroyed.
SessionTestCase::testNoSameSiteCookieAttributeDefault in modules/simpletest/tests/session.test
Test absence of SameSite attribute on session cookies by default.
SessionTestCase::testSameSiteCookieAttributeDisabledViaConf in modules/simpletest/tests/session.test
Test disabling the samesite attribute on session cookies via $conf
SessionTestCase::testSameSiteCookieAttributeDisabledViaPhpIni in modules/simpletest/tests/session.test
Test disabling the samesite attribute on session cookies via php ini
SessionTestCase::testSameSiteCookieAttributeLax in modules/simpletest/tests/session.test
Test SameSite attribute = Lax on session cookies.
SessionTestCase::testSameSiteCookieAttributeNone in modules/simpletest/tests/session.test
Test SameSite attribute = None on session cookies.
SessionTestCase::testSameSiteCookieAttributeNoneSecure in modules/simpletest/tests/session.test
Test SameSite attribute = None by default on Secure session cookies.
SessionTestCase::testSameSiteCookieAttributeStrict in modules/simpletest/tests/session.test
Test SameSite attribute = Strict on session cookies.
SessionTestCase::testSamesiteCookieLogoutLax in modules/simpletest/tests/session.test
Test SameSite attribute = Lax on set-cookie header on logout.
SessionTestCase::testSamesiteCookieOverrideLaxToStrict in modules/simpletest/tests/session.test
Test overriding the PHP setting for session.cookie_samesite with the samesite_cookie_value variable.
SessionTestCase::testSamesiteCookiePhpSettingLax in modules/simpletest/tests/session.test
Test that a PHP setting for session.cookie_samesite is not overridden by the default value in Drupal, without a samesite_cookie_value variable.
SessionTestCase::testSessionSaveRegenerate in modules/simpletest/tests/session.test
Tests for drupal_save_session() and drupal_session_regenerate().
SimpleTestBrowserTestCase::testCookies in modules/simpletest/simpletest.test
Tests that cookies set during a request are available for testing.
SimpleTestFunctionalTest::testInternalBrowser in modules/simpletest/simpletest.test
Test the internal browsers functionality.
StatisticsLoggingTestCase::testLogging in modules/statistics/statistics.test
Verifies request logging for cached and uncached pages.