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

Wrap ffi call remaining methods #661

Closed tienvx closed 1 month ago

tienvx commented 1 month ago

Related to #644

Depend on #660

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 11100391181

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/PhpPact/Consumer/Driver/InteractionPart/AbstractInteractionPartDriver.php 2 3 66.67%
src/PhpPact/Consumer/Driver/InteractionPart/RequestDriver.php 4 6 66.67%
src/PhpPact/FFI/Client.php 30 36 83.33%
<!-- Total: 39 48 81.25% -->
Totals Coverage Status
Change from base Build 11100376904: -0.3%
Covered Lines: 2587
Relevant Lines: 2697

💛 - Coveralls