-
Notifications
You must be signed in to change notification settings - Fork 10
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
Support new event assertions #25
Support new event assertions #25
Conversation
Hi @xEdelweiss, The Do you think you can fix the tests without taking into account this class for the assertions? One more thing, I have marked as skipped the seeEvent and dontSeeEvent tests, whose PR has not yet been merged. It is imperative that the functionality of the previously merged PR be validated through this PR first before proceeding. |
Hi @TavoNiievez!
Yes, I think I can. Should I try to replace all
Great, thanks. I wasn't sure how to handle this. |
sure! please go ahead. |
the code is excellent, |
@TavoNiievez, that's awesome to hear. Thanks for your support! |
Hi! This adds tests for:
seeEventListenerIsCalled
/dontSeeEventListenerIsCalled
seeEvent
/dontSeeEvent
And introduces a new orphan event (UserRegisteredEvent).
In case they will be needed to verify changes.
I hope I guessed the target branch correctly😀