carsdotcom / php-request-class

Structure the logic around Guzzle API requests into object-oriented classes
MIT License
2 stars 1 forks source link

Onshop feature gap #2

Closed jwadhams closed 1 year ago

jwadhams commented 1 year ago

Adding some features to make this work correctly with Online Shopper.

  1. Onshop runs mockZeroGuzzleRequests during setUp for all tests, then overrides it on some tests.
  2. Onshop wants transfer time logged on all request bodies.
  3. Onshop had extra unit tests around setBodyIfNotEmpty -- no code changes just improved coverage