let DEV_2 be trunk
[m6w6/ext-http] / tests / HttpResponse_002.phpt
diff --git a/tests/HttpResponse_002.phpt b/tests/HttpResponse_002.phpt
deleted file mode 100644 (file)
index bbfa30f..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
---TEST--
-HttpResponse - send gzipped file
---SKIPIF--
-<?php
-include 'skip.inc';
-checkmin("5.2.5");
-checkcgi();
-skipif(!http_support(HTTP_SUPPORT_ENCODINGS), "need zlib support");
-?>
---ENV--
-HTTP_ACCEPT_ENCODING=gzip
---FILE--
-<?php
-HttpResponse::setGzip(true);
-HttpResponse::setFile(__FILE__);
-HttpResponse::send();
-?>
---EXPECTF--
-X-Powered-By: PHP/%a
-Content-Type: %a
-Accept-Ranges: bytes
-Content-Encoding: gzip
-Vary: Accept-Encoding
-
-%a