- no more PHP-5.0 only tests
[m6w6/ext-http] / tests / redirect_002_logging.phpt
diff --git a/tests/redirect_002_logging.phpt b/tests/redirect_002_logging.phpt
deleted file mode 100644 (file)
index 273f8b8..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
---TEST--
-logging redirects
---SKIPIF--
-<?php
-include 'skip.inc';
-checkcgi();
-checkmax(5.0);
-?>
---ENV--
-HTTP_HOST=example.com
---FILE--
-<?php
-echo "-TEST\n";
-include 'log.inc';
-log_content(_REDIR_LOG);
-echo "Done";
-?>
---EXPECTF--
-%sTEST
-%d%d%d%d-%d%d-%d%d %d%d:%d%d:%d%d      [302-REDIRECT]  Location: http%s        <%s>
-Done