saloon icon indicating copy to clipboard operation
saloon copied to clipboard

Feature/partial mocking

Open epixian opened this issue 6 months ago • 0 comments

Adds an allowFallback() method to the MockClient. This returns the $pendingRequest instead of throwing NoMockResponseFoundException, allowing the request pipeline to continue (and send an actual request).

Closes #501.

epixian avatar Jun 23 '25 14:06 epixian