pact-foundation / pact-php

PHP version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project
Apache License 2.0
273 stars 92 forks source link

feat: Support generators in more matchers #678

Closed tienvx closed 1 month ago

tienvx commented 1 month ago

Support generators for these matchers:

This feature is for preparing adding another feature: supporting fromProviderState syntax in matching expression. e.g.

matching(equalTo, fromProviderState('${Auth}', 'AST00004'))

Depends on #677

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 11319222280

Details


Totals Coverage Status
Change from base Build 11319211440: 0.004%
Covered Lines: 2446
Relevant Lines: 2538

💛 - Coveralls