Releases: eschwartz/GuzzleHttpMock
Releases · eschwartz/GuzzleHttpMock
v1.0.0 (Initial Release)
- ADD: Initial project setup
- ADD: GuzzleHttpMock\Mock
- ADD: RequestExpectations:
- withUrl
- withMethod
- withQuery
- withQueryParams
- withJsonContentType
- withBody
- withBodyParams
- withJsonBodyParams
- once
t* imes
- ADD: Mock response methods:
- andResponseWith
- andResponseWithContent
- andRespondWithJson
- ADD: Documentation (README.md)