- no more PHP-5.0 only tests
[m6w6/ext-http] / tests / send_ifrange_004.phpt
diff --git a/tests/send_ifrange_004.phpt b/tests/send_ifrange_004.phpt
deleted file mode 100644 (file)
index 8f3f429..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
---TEST--
-http_send() If-Range
---SKIPIF--
-<?php
-include 'skip.inc';
-checkcgi();
-checkmax(5);
-?>
---FILE--
-<?php
-$_SERVER['HTTP_RANGE'] = 'bytes=0-1';
-$_SERVER['HTTP_IF_RANGE'] = '"abcd"';
-http_cache_etag('abc');
-http_send_file(__FILE__);
-?>
---EXPECTF--
-X-Powered-By: %s
-Cache-Control: private, must-revalidate, max-age=0
-ETag: "abc"
-Accept-Ranges: bytes
-Content-Length: %d
-
-%s