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
Hi, I write some test using prophesize and I found that it not work as expected. The test should fail but it succeed. Here are code sample and environment I use:
"doSomethingWithProphetize", which using prophesize, test result is invalid
"doSomethingWithNative", which using getMockForAbstractClass test result is valid
both test should fail
The text was updated successfully, but these errors were encountered:
Hi, I write some test using prophesize and I found that it not work as expected. The test should fail but it succeed. Here are code sample and environment I use:
code
"doSomethingWithProphetize", which using prophesize, test result is invalid
"doSomethingWithNative", which using getMockForAbstractClass test result is valid
both test should fail
The text was updated successfully, but these errors were encountered: