donatj / mock-webserver

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

Make Default HTTP Response Configurable #31

Closed donatj closed 3 years ago

donatj commented 3 years ago

It would be very helpful. Having HTTP 200 responses when something is not mocked is not ideal.

Originally posted by @itsjavi in https://github.com/donatj/mock-webserver/issues/23#issuecomment-890953710

donatj commented 3 years ago

@itsjavi The feature has been merged, and a release has been tagged!

https://github.com/donatj/mock-webserver/releases/tag/v2.4.0

itsjavi commented 2 years ago

that's cool, thank u!