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
本文档使用 BookStack 构建