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/symfony/browser-kit/Tests/ClientTest.php \Symfony\Component\BrowserKit\Tests\TestClient::setNextResponse()
File
- vendor/
symfony/ browser-kit/ Tests/ ClientTest.php, line 28
Class
Namespace
Symfony\Component\BrowserKit\TestsCode
public function setNextResponse(Response $response) {
$this->nextResponse = $response;
}