I did a wholesale composer update then started getting...
Call to a member function source() on null
...which happens in \Behat\Mink\Driver\Selenium2Driver::getContent() when \Behat\Mink\Driver\Selenium2Driver::$webDriver is null.
I've done a little thing in a PR (https://github.com/WillGibson/contexts/pull/1/files) just to keep my project moving.
I'm not sure whether the issue is best addressed in \Behatch\HttpCall\HttpCallListener::afterStep() or \Behat\Mink\Driver\Selenium2Driver::getContent() so would welcome some opinion.
I did a wholesale
composer updatethen started getting......which happens in
\Behat\Mink\Driver\Selenium2Driver::getContent()when\Behat\Mink\Driver\Selenium2Driver::$webDriverisnull.I've done a little thing in a PR (https://github.com/WillGibson/contexts/pull/1/files) just to keep my project moving.
I'm not sure whether the issue is best addressed in
\Behatch\HttpCall\HttpCallListener::afterStep()or\Behat\Mink\Driver\Selenium2Driver::getContent()so would welcome some opinion.