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

refactor: Wrap ffi call > set interaction attributes methods #652

Closed tienvx closed 1 month ago

tienvx commented 1 month ago

Related to #644

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 11048456664

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/PhpPact/Consumer/Driver/Interaction/AbstractDriver.php 5 6 83.33%
src/PhpPact/FFI/Client.php 20 24 83.33%
<!-- Total: 25 30 83.33% -->
Totals Coverage Status
Change from base Build 11046430539: -0.2%
Covered Lines: 2368
Relevant Lines: 2442

💛 - Coveralls