X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fhelper%2Fupload.inc;h=ddc06a88f626b45f01cbc8094b48c9b79ca75096;hp=9502d2b6cdeb692e226508f867e8f8a92e07a226;hb=0a5bb2d697afe41949b22afa679d7a5aa4e11f13;hpb=c3a7a5b7bde5c6490940791c37b40fa39fe055fe;ds=sidebyside diff --git a/tests/helper/upload.inc b/tests/helper/upload.inc index 9502d2b..ddc06a8 100644 --- a/tests/helper/upload.inc +++ b/tests/helper/upload.inc @@ -1,5 +1,6 @@ getBody()->append($request); */ - $request->toStream($response->getBody()->getResource()); + dump_message($response->getBody()->getResource(), $request); $response->send($client); });