X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2FHttpRequest_006.phpt;h=24ee8a1ab42b8e1b676de79b7e3449c1b94e2d86;hp=68c3ffecd84b420a478e2477f7d7a6a8709cb1e1;hb=6c4a552c1ad7b0018afb57a3d0028c2be166a30a;hpb=accf1817e811a7edabd687ef6105983f39f13942 diff --git a/tests/HttpRequest_006.phpt b/tests/HttpRequest_006.phpt index 68c3ffe..24ee8a1 100644 --- a/tests/HttpRequest_006.phpt +++ b/tests/HttpRequest_006.phpt @@ -10,7 +10,7 @@ checkcls('HttpRequest'); setContentType('text/xml'); $r->setBody(xmlrpc_encode_request('testMethod', array('foo' => 'bar'))); var_dump($r->send());