Behat\RestTestingContext\BaseContext::setResponse PHP Méthode

setResponse() protected méthode

protected setResponse ( GuzzleHttp\Message\ResponseInterface $response ) : void
$response GuzzleHttp\Message\ResponseInterface
Résultat void
    protected function setResponse(ResponseInterface $response)
    {
        RestTestingHelper::setProperty(self::getWebApiContext(), 'response', $response);
    }