public function TestClient::setNextResponse in Zircon Profile 8
Same name in this branch
- 8 vendor/symfony/browser-kit/Tests/ClientTest.php \Symfony\Component\BrowserKit\Tests\TestClient::setNextResponse()
- 8 vendor/behat/mink-browserkit-driver/tests/Custom/ErrorHandlingTest.php \Behat\Mink\Tests\Driver\Custom\TestClient::setNextResponse()
Same name and namespace in other branches
- 8.0 vendor/behat/mink-browserkit-driver/tests/Custom/ErrorHandlingTest.php \Behat\Mink\Tests\Driver\Custom\TestClient::setNextResponse()
File
- vendor/
behat/ mink-browserkit-driver/ tests/ Custom/ ErrorHandlingTest.php, line 160
Class
Namespace
Behat\Mink\Tests\Driver\CustomCode
public function setNextResponse(Response $response) {
$this->nextResponse = $response;
}