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