You are here

public function ErrorHandlingTest::testGetResponseHeaderWithoutVisit in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/behat/mink-browserkit-driver/tests/Custom/ErrorHandlingTest.php \Behat\Mink\Tests\Driver\Custom\ErrorHandlingTest::testGetResponseHeaderWithoutVisit()

@expectedException \Behat\Mink\Exception\DriverException @expectedExceptionMessage Unable to access the response before visiting a page

File

vendor/behat/mink-browserkit-driver/tests/Custom/ErrorHandlingTest.php, line 30

Class

ErrorHandlingTest

Namespace

Behat\Mink\Tests\Driver\Custom

Code

public function testGetResponseHeaderWithoutVisit() {
  $this
    ->getDriver()
    ->getResponseHeaders();
}