InterNations\Component\HttpMock\RequestCollectionFacade::getRecordedRequest PHP Method

getRecordedRequest() private method

private getRecordedRequest ( $path )
    private function getRecordedRequest($path)
    {
        $response = $this->client->get($path)->send();
        return $this->parseResponse($response, $path);
    }