From d17718b78d2b199b65286d9584f4dbff8100f530 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 13 May 2020 14:27:09 +0200 Subject: [PATCH] add test --- tests/005.phpt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tests/005.phpt diff --git a/tests/005.phpt b/tests/005.phpt new file mode 100644 index 0000000..4fc5664 --- /dev/null +++ b/tests/005.phpt @@ -0,0 +1,21 @@ +--TEST-- +json_post with empty object +--SKIPIF-- + +--POST_RAW-- +Content-type: text/json + +{ +} +--FILE-- + +Done +--EXPECTF-- +array(0) { +} +int(0) +Done -- 2.30.2