--TEST-- apfd - json_post PUT --SKIPIF-- --PUT-- Content-type: application/json {"test": "json_post"} --FILE-- TEST $_POST]); ?> DONE --EXPECT-- TEST array(1) { ["PUT"]=> array(1) { ["test"]=> string(9) "json_post" } } DONE