Behat\RestTestingContext\BaseContext::getResponse PHP Method

getResponse() protected method

protected getResponse ( ) : GuzzleHttp\Message\ResponseInterface
return GuzzleHttp\Message\ResponseInterface
    protected function getResponse()
    {
        return RestTestingHelper::getProperty(self::getWebApiContext(), 'response');
    }