Skip to content

Bug with 1.3 seeEmailIsSent() : Failed asserting that 0 is greater than 0. #55

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

Closed
TheKassaK opened this issue Nov 24, 2020 · 3 comments · Fixed by #56
Closed

Bug with 1.3 seeEmailIsSent() : Failed asserting that 0 is greater than 0. #55

TheKassaK opened this issue Nov 24, 2020 · 3 comments · Fixed by #56
Assignees

Comments

@TheKassaK
Copy link

Hi,

When updated the symfony module to 1.3, I have errors when I use function : seeEmailIsSent()

I can't use 0 in expected count : seeEmailIsSent(0) or use dontSeeEmailIsSent(), both throw an error : Failed asserting that 0 is greater than 0.

@Naktibalda
Copy link
Member

It was caused by #35

@TavoNiievez
Copy link
Member

@TheKassaK thanks for reporting, a strict comparison was included to fix it in #56 .

if you update to 1.4.0 everything will work correctly.

@TheKassaK
Copy link
Author

@TavoNiievez : Thanks you ! I just tried and it’s ok now ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants