phpunit-mink
phpunit-mink copied to clipboard
Test, that dispatched event is only received by recipient
Before recipient check it happened, that upon first test ended all tests received the "test.ended" event and stopped their sessions.
To solve that problem we now check that a BrowserConfiguration which received an event has same test case object attached to it, that one which sent the event.
Such behavior however isn't covered by tests.