Skip to content

Releases: eschwartz/GuzzleHttpMock

v1.0.0 (Initial Release)

31 Dec 22:16
Compare
Choose a tag to compare
  • 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)