- no more PHP-5.0 only tests
[m6w6/ext-http] / tests / send_file_007.phpt
diff --git a/tests/send_file_007.phpt b/tests/send_file_007.phpt
deleted file mode 100644 (file)
index 966129c..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
---TEST--
-http_send_file() oversized range
---SKIPIF--
-<?php 
-include 'skip.inc';
-checkcgi();
-checkmax(5.0);
-?>
---ENV--
-HTTP_RANGE=bytes=-1111
---FILE--
-<?php
-http_send_file('data.txt');
-?>
---EXPECTF--
-Status: 416
-Content-type: %s
-X-Powered-By: PHP/%s