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
I get the following Exception: Symfony\Component\Debug\Exception\FatalThrowableError : Call to undefined method Illuminate\Support\Testing\Fakes\BusFake::dispatchAfterResponse()
Maybe I'm doing things wrong, but I think the BusFake should support testing this feature?
The text was updated successfully, but these errors were encountered:
Description:
This issue is related to PR #31300, more specifically testing the feature.
I can't use the
BusFake
to assert that the job was actually dispatched.Steps To Reproduce:
Given the following Controller Snippet:
with the following test
I get the following Exception:
Symfony\Component\Debug\Exception\FatalThrowableError : Call to undefined method Illuminate\Support\Testing\Fakes\BusFake::dispatchAfterResponse()
Maybe I'm doing things wrong, but I think the
BusFake
should support testing this feature?The text was updated successfully, but these errors were encountered: