X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Frequest_gzip.phpt;fp=tests%2Frequest_gzip.phpt;h=0000000000000000000000000000000000000000;hp=3c5ae6f913c924f81d390a8765201d5e3bc7f3b0;hb=87db9817d428282792c8146d9c2ae9748ebf6f1e;hpb=7a5c865f6faf8b1b6c91735e9d3b040449ea74ba diff --git a/tests/request_gzip.phpt b/tests/request_gzip.phpt deleted file mode 100644 index 3c5ae6f..0000000 --- a/tests/request_gzip.phpt +++ /dev/null @@ -1,53 +0,0 @@ ---TEST-- -GZIP request ---SKIPIF-- - ---FILE-- - true)))); - -echo "Done\n"; ---EXPECTF-- -%aTEST -object(stdClass)%a { - ["type"]=> - int(2) - ["httpVersion"]=> - float(1.1) - ["responseCode"]=> - int(200) - ["responseStatus"]=> - string(2) "OK" - ["headers"]=> - array(%d) { - %a - ["Vary"]=> - string(15) "Accept-Encoding" - ["Content-Type"]=> - string(9) "text/html" - ["X-Original-Transfer-Encoding"]=> - string(7) "chunked" - ["Content-Length"]=> - string(2) "26" - ["X-Original-Content-Encoding"]=> - string(4) "gzip" - ["X-Original-Content-Length"]=> - string(2) "51" - } - ["body"]=> - string(26) "Array -( - [gzip] => 1 -) -" - ["parentMessage"]=> - NULL -} -Done -