-
Notifications
You must be signed in to change notification settings - Fork 109
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
[BUG] Test failing on Laravel 6.1 #439
Comments
This is caused by a method of the same name was added in 6.2, which caused the collision: laravel/framework#30125 Sending PR. |
Actually @lindyhopchris has already fixed this issue. One step ahead, like always: We might just need it tagged and updated in this package. |
Yeah spot on, I have already fixed this, though have forgotten I need to tag and release. Won't take me too long to sort out, will hopefully have time this afternoon (UK time). |
Just released this, the fix is to upgrade the |
So, if you upgrade to Laravel 6.2 there is a problem with the testing.
Downgrading back solves the problem. I leave a bit of a stack trace and test test code so u can try reproduce :)
Test code:
Stack trace:
The text was updated successfully, but these errors were encountered: