Neos\Flow\Tests\FunctionalTestRequestHandler::getHttpResponse PHP Method

getHttpResponse() public method

Returns the HTTP response corresponding to the currently handled request
public getHttpResponse ( ) : Response
return Neos\Flow\Http\Response
    public function getHttpResponse()
    {
        return $this->getComponentContext()->getHttpResponse();
    }