donatj / mock-webserver

Simple mock web server in PHP for unit testing.
MIT License
131 stars 21 forks source link

Support PSR-7 Responses #29

Open donatj opened 3 years ago

donatj commented 2 years ago

The problem I'm having implementing this is they need to be serializable and the Guzzle PSR-7 objects seem to lose the body on being resaturated. Needs further investigation