GitHub
04/28/2023, 10:16 PM$verifier = (new MessageVerifier($config)) ->setCallbacks($callbacks) ->verify($this->consumerService);
Doesn't work because is trying to verify with all pacts in the broker. If we rollback to 7.1.0 works fine
pact-foundation/pact-phpGitHub
04/28/2023, 10:16 PM