Symfony\Component\BrowserKit\Client::filterResponse PHP Method

filterResponse() protected method

Filters the Response.
protected filterResponse ( Symfony\Component\BrowserKit\Response $response ) : Symfony\Component\BrowserKit\Response
$response Symfony\Component\BrowserKit\Response The Response to filter
return Symfony\Component\BrowserKit\Response
    protected function filterResponse($response)
    {
        return $response;
    }

Same methods

Client::filterResponse ( Symfony\Component\BrowserKit\Response $response ) : Symfony\Component\BrowserKit\Response