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
I think that when running tests, the session is not being reset after each tests. This would also explain #42 : There's some session related error in one test, and all subsequent tests are using the same (now broken) session.
Would this be an issue of Symfony module or of the test runner? Don't know where to look at...