7 calls to WebTestBase::drupalGetHeader() in SimpleTest 8.3
- BrowserTest::testCookies in src/
Tests/ BrowserTest.php - Tests that cookies set during a request are available for testing.
- SimpleTestBrowserTest::testInternalBrowser in src/
Tests/ SimpleTestBrowserTest.php - Test the internal browsers functionality.
- WebTestBase::assertCacheTag in src/
WebTestBase.php - Asserts whether an expected cache tag was present in the last response.
- WebTestBase::assertHeader in src/
WebTestBase.php - Check if a HTTP response header exists and has the expected value.
- WebTestBase::assertNoCacheTag in src/
WebTestBase.php - Asserts whether an expected cache tag was absent in the last response.
- WebTestBase::curlExec in src/
WebTestBase.php - Initializes and executes a cURL request.
- WebTestBase::drupalPostAjaxForm in src/
WebTestBase.php - Executes an Ajax form submission.