Bus::fake errors on laravel 10 update #51622
Unanswered
danielsballes
asked this question in
Q&A
Replies: 1 comment
-
Hello from the future I reckon this is to blame, makes sense but annoying if you're trying to fake jobs across every test AND in specific tests |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, after upgrading a Laravel project from version 9 to 10 I'm seeing a bunch of errors in the tests where we're using the
Bus::fake
facade, for example, I have this one:This is the error:
I have already found a solution for this error, but I don't have any idea why in the previous version it was working correctly, I hope anyone could give me an answer, this is driving me crazy.
Beta Was this translation helpful? Give feedback.
All reactions