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've got a Symfony 2.7 project and its tests run fine, but when using the PHPUnit bridge I'm getting lots of Too many connections errors from the database, so it seems that the bridge somehow prevents those connections from being closed between tests. Is this a bug or is there anything I can do about it?