The current response returned from Phalcon\Http\Client\Response is contains body, header, statusCode etc but how can we test the data passed into the view file?
One solution can be asserting the html but that doesn't work with paginated views.
Any suggestions?