phpunit-mink icon indicating copy to clipboard operation
phpunit-mink copied to clipboard

Test, that dispatched event is only received by recipient

Open aik099 opened this issue 11 years ago • 0 comments

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.

aik099 avatar Apr 02 '14 11:04 aik099