GitHub
07/25/2023, 6:19 PMeachKey
and eachValue
• Add most of generators in https://docs.pact.io/implementation_guides/rust/pact_ffi/integrationjson, except MockServerURL
• Some matchers I don't know how to use yet e.g. contentType
or statusCode
• Try to not affect current users by creating separate matcher even though they are the same e.g. integer
vs integerV3
• Some matchers are copied from pact-js but are modified in the way that I think it's easier for me to understand
• Missing matchers are those I don't know how to implement yet: eachKey
and eachValue
• Missing generators are those I don't know how to implement yet: MockServerURL
• Since the class Matcher
getting bigger and bigger, do we need to refactor to make the code cleaner?
pact-foundation/pact-php
✅ All checks have passed
20/20 successful checksGitHub
07/25/2023, 6:19 PM