-
-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal error when running test suite on most recent master #446
Comments
Pinning to
|
Judging by the latest commits, I'd wager that PR #427 has something to do with the error, based on the face that it introduces Just a theory for now though. |
…t method of DrupalAuthenticationManager
#446 Check for session first before logging out in fastLogout method of DrupalAuthenticationManager
Thanks for the fix! |
My pleasure! Thanks for the quick response! |
Since updating to the latest master our Behat test suite is consistently failing with this message:
Behat\Testwork\Call\Exception\FatalThrowableError: Fatal error: Call to a member function deleteAllCookies() on null in /var/www/html/vendor/behat/mink-selenium2-driver/src/Selenium2Driver.php:359
The only relevant change that I can see is that the drupal/drupal-extension package was updated from
ca50162dada22330953f09822f1331bf3aec89b3
to2eb9232390cf9c251884da713c761131635692ba
.The text was updated successfully, but these errors were encountered: