This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 276
Goutte\Client::setClient() does not exist #380
Comments
Same here, any chance to merge the #381 ? |
the #381 has been created months ago, is there any chance merge or not? I need it. |
Looking at this: https://github.com/Behat/MinkExtension/issues?q=is%3Aissue+sort%3Aupdated-desc I'm thinking this repository is quite dead. Also judging by the non-response on this issue from 2020: #370 Haven't tried it out yet (maybe some week soon), but I think it's worth switching to: https://github.com/FriendsOfBehat/MinkExtension |
I switched to FriendsOfBehat, it worked for me. |
Replacing This project seems abandoned. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Having the following requirements in
require-dev
incomposer.json
:Running
php vendor/bin/behat
instantly crashes on:In GoutteFactory.php line 117: Method Goutte\Client::setClient() does not exist
Function causing the Exception
MinkExtension/src/Behat/MinkExtension/ServiceContainer/Driver/GoutteFactory.php
Line 117 in ba8ba8b
Function:
Now,
Goutte\Client
is an empty class which extendsSymfony\Component\BrowserKit\HttpBrowser
which in turn extendsSymfony\Component\BrowserKit\AbstractBrowser
.Neither of the parent classes indeed have the function
setClient
.What can I do to work around this for now or create a fix?
The text was updated successfully, but these errors were encountered: