- no more PHP-5.0 only tests
[m6w6/ext-http] / tests / allowed_methods_001.phpt
diff --git a/tests/allowed_methods_001.phpt b/tests/allowed_methods_001.phpt
deleted file mode 100644 (file)
index e0940b3..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
---TEST--
-allowed methods
---SKIPIF--
-<?php
-include 'skip.inc';
-checkcgi();
-checkmax(5.0);
-?>
---FILE--
-<?php
-include 'log.inc';
-log_prepare(_AMETH_LOG);
-ini_set('http.request.methods.allowed', 'POST');
-echo "Done\n";
-?>
---EXPECTF--
-Status: 405
-Content-type: %s
-X-Powered-By: PHP/%s
-Allow: POST
-