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
So, refactoring some code i've found a circular dependency in the Queue mock:
If you try to call a undefined method in the Queue mock you will see a Error : Maximum function nesting level of '256' reached, aborting!
Obviously you can just use an existing function, but it can be an inconvenient with any method naming change.
Steps To Reproduce:
Create a new test.
\Queue::fake();
\Queue::undefinedMethod();
The text was updated successfully, but these errors were encountered:
Unfortunately we don't support this version anymore. Please check out our support policy on which versions we are currently supporting. Can you please try to upgrade to the latest version and see if your problem persists? If so feel free to reply and we'll try to have a look.
Description:
So, refactoring some code i've found a circular dependency in the Queue mock:
If you try to call a undefined method in the Queue mock you will see a
Error : Maximum function nesting level of '256' reached, aborting!
Obviously you can just use an existing function, but it can be an inconvenient with any method naming change.
Steps To Reproduce:
The text was updated successfully, but these errors were encountered: