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
All _closeSession does is unsetting a local variable.
To achieve desired effect, $session would have to be passed by reference and value overwritten instead of unsetting.
https://github.com/Codeception/Codeception/blob/2.2.2/src/Codeception/Module/PhpBrowser.php#L279
All _closeSession does is unsetting a local variable.
To achieve desired effect, $session would have to be passed by reference and value overwritten instead of unsetting.
The only place where this method is called is https://github.com/Codeception/Codeception/blob/2.2.2/src/Codeception/Lib/Friend.php#L70
Update: _backupSession is fine.
The text was updated successfully, but these errors were encountered: