Testing Guzzle Clients
Guzzle provides several tools that will enable you to easily mock the HTTP layer without needing to send requests over the internet.
- Mock handler
- History middleware
- Node.js web server for integration testing
- Mock Handler
- History Middleware
- Test Web Server