- no more PHP-5.0 only tests
[m6w6/ext-http] / tests / redirect_001.phpt
diff --git a/tests/redirect_001.phpt b/tests/redirect_001.phpt
deleted file mode 100644 (file)
index f85d98f..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
---TEST--
-http_redirect() with params
---SKIPIF--
-<?php 
-include 'skip.inc';
-checkcgi();
-checkmax(5.0);
-?>
---ENV--
-HTTP_HOST=localhost
---FILE--
-<?php
-include 'log.inc';
-log_prepare(_REDIR_LOG);
-http_redirect('redirect', array('a' => 1, 'b' => 2));
-?>
---EXPECTF--
-Status: 302
-Content-type: %s
-X-Powered-By: PHP/%s
-Location: http://localhost/redirect?a=1&b=2
-
-Redirecting to <a href="http://localhost/redirect?a=1&b=2">http://localhost/redirect?a=1&b=2</a>.
-