-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[TESTS] Session tests for php 7.2 #1106
Comments
@jim-parry I believe I found the 2 locations where it's doing this:
Since these are things that we definitely need to test, I'm not sure how best to tackle this. Too bad it's not just a warning, so we could turn warnings off... |
Ok. I will see what I can do refactoring these, perhaps to use VFSStream (the first) and to destroy any session as part of teardown (second one). |
Session testing was already on my list to revisit :) |
I think |
Ooo - good thought. We'll try that shortly. Thanks @samsonasik |
Run session tests in separate processes - fix for #1106
Tests are throwing the following error in multiple places, and should not be:
The text was updated successfully, but these errors were encountered: