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

Revert "test(compatibility-suite): Fix compatibility suite v1 hang" #514

Closed YOU54F closed 8 months ago

YOU54F commented 8 months ago

Reverts pact-foundation/pact-php#463

tienvx commented 8 months ago

Do you want to revert so that it can catch this problem when it happen again? If so I will approve.

YOU54F commented 8 months ago

yes please! it should have been caught by the test script in the repo but wasn't using the correct tag due to a sed error so it was testing the released version and not the to be released version.

both this suite and pact pythons suites caught this so thank you!