From: Michael Wallner Date: Thu, 25 Sep 2014 13:34:56 +0000 (+0200) Subject: add test for bug67932 X-Git-Tag: RELEASE_2_1_3~2 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=0dc8e153f068d615e236632c7599e758f54dfb42 add test for bug67932 --- diff --git a/package.xml b/package.xml index 9aa688a..410c749 100644 --- a/package.xml +++ b/package.xml @@ -135,6 +135,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/ + diff --git a/tests/bug67932.phpt b/tests/bug67932.phpt new file mode 100644 index 0000000..7ab8251 --- /dev/null +++ b/tests/bug67932.phpt @@ -0,0 +1,18 @@ +--TEST-- +Bug #67932 (php://input always empty) +--SKIPIF-- + +--PUT-- +Content-Type: text/xml + + +test +--FILE-- + +--EXPECT-- + +test \ No newline at end of file