You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2024. It is now read-only.
Now, Goutte\Client is an empty class which extends Symfony\Component\BrowserKit\HttpBrowser which in turn extends Symfony\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?
Having the following requirements in
require-devincomposer.json:Running
php vendor/bin/behatinstantly crashes on:In GoutteFactory.php line 117: Method Goutte\Client::setClient() does not existFunction causing the Exception
MinkExtension/src/Behat/MinkExtension/ServiceContainer/Driver/GoutteFactory.php
Line 117 in ba8ba8b
Function:
Now,
Goutte\Clientis an empty class which extendsSymfony\Component\BrowserKit\HttpBrowserwhich 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?