X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fenvrequestjson002.phpt;fp=tests%2Fenvrequestjson002.phpt;h=0000000000000000000000000000000000000000;hp=4c404c0d4f66fe094b10927b94d5111184b75d45;hb=22258cd0e6d317e1dbe3c2479aed037571f57b97;hpb=4f9f3e9032252995b600ed4c4ea538e6302730a2 diff --git a/tests/envrequestjson002.phpt b/tests/envrequestjson002.phpt deleted file mode 100644 index 4c404c0..0000000 --- a/tests/envrequestjson002.phpt +++ /dev/null @@ -1,32 +0,0 @@ ---TEST-- -env request json ---SKIPIF-- - ---PUT-- -Content-Type: application/json - -{"foo": "bar", "a": [1,2,3]} ---FILE-- - -Done ---EXPECT-- -Test -Array -( - [foo] => bar - [a] => Array - ( - [0] => 1 - [1] => 2 - [2] => 3 - ) - -) -Done -