saloon
saloon copied to clipboard
Feature/partial mocking
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.