From: Michael Wallner Date: Thu, 16 Sep 2021 11:52:33 +0000 (+0200) Subject: add another test X-Git-Tag: v1.1.0~9 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-json_post;a=commitdiff_plain;h=e40f9d862d7c815ad6f823ab385ffede1bb740bc add another test --- diff --git a/tests/error005.phpt b/tests/error005.phpt new file mode 100644 index 0000000..748374a --- /dev/null +++ b/tests/error005.phpt @@ -0,0 +1,31 @@ +--TEST-- +json_post with malformed JSON (https://github.com/m6w6/ext-json_post/issues/3) +--SKIPIF-- + +--INI-- +json_post.error_response = 444 +json_post.flags = 1 +--POST_RAW-- +Content-Type: application/json + +{ + "greeting": "Hello World +} +--FILE-- + +Done +--EXPECTHEADERS-- +Status: 400 Bad Request +X-JSON-Error-Code: 3 +--EXPECTF-- +array(0) { +} +int(400) +Done