This repository was archived by the owner on Apr 20, 2021. It is now read-only.

Description
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.