Behat / MinkExtension

Mink extension (tight integration and configuration) for Behat
MIT License
636 stars 277 forks source link

Fix `setClient` issue for new guzzle version #381

Closed joshlopes closed 12 months ago

joshlopes commented 2 years ago

Fix #380

newscientistgeeks commented 2 years ago

Can this one be merged? We've got same problems here about the way how the GoutteDriver is being created

coderste commented 2 years ago

+1 on this being merged. Having an issue where my codebase is throwing this error at me:

In GoutteFactory.php line 117:

  Method Goutte\Client::setClient() does not exist

And I believe this PR would fix that

ghost commented 2 years ago

is there any chance to merge ?

llagerlof commented 2 years ago

I patched this pull request locally, but didn't work for me. The error persists. I hope it works for you guys.