You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this to mock server responses of an API using codeception helper. This is working as expected but I'm looking to have the debug sent into the log file (https://github.com/donatj/mock-webserver/blob/master/src/MockWebServer.php#L77) public so we can ready the output of the process and have it as debug output in the process.
The intent is to be able to showcase that the request was received and the response sent when running the tests in debug mode.
Also is an option to have a callable on the Response() object so we can output on the excecution insted of the previous idea.
The text was updated successfully, but these errors were encountered:
I'm not sure I'm entirely understanding, but it seems like you could just serialize your requests and the received responses on your side without a change to the library?
I'm using this to mock server responses of an API using codeception helper. This is working as expected but I'm looking to have the debug sent into the log file (https://github.com/donatj/mock-webserver/blob/master/src/MockWebServer.php#L77) public so we can ready the output of the process and have it as debug output in the process.
The intent is to be able to showcase that the request was received and the response sent when running the tests in debug mode.
Also is an option to have a callable on the Response() object so we can output on the excecution insted of the previous idea.
The text was updated successfully, but these errors were encountered: