From a4eb539de9065ebbf4e5d00c32d0cc818bc7c4ec Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 16 Sep 2021 13:53:46 +0200 Subject: [PATCH] fix typo --- tests/error002.phpt | 2 +- tests/error005.phpt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/error002.phpt b/tests/error002.phpt index 3903d23..8ebb2c0 100644 --- a/tests/error002.phpt +++ b/tests/error002.phpt @@ -3,7 +3,7 @@ json_post with malformed JSON (https://github.com/m6w6/ext-json_post/issues/3) --SKIPIF-- --INI-- json_post.error_response = 400 diff --git a/tests/error005.phpt b/tests/error005.phpt index 748374a..aeea867 100644 --- a/tests/error005.phpt +++ b/tests/error005.phpt @@ -3,7 +3,7 @@ json_post with malformed JSON (https://github.com/m6w6/ext-json_post/issues/3) --SKIPIF-- --INI-- json_post.error_response = 444 -- 2.30.2