-
Notifications
You must be signed in to change notification settings - Fork 11.3k
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
[5.5.6 - 5.5.7] One of the last new releases broke my tests #21257
Comments
Rollback to 5.5.6 and try, you need to identify which release exactly broke your tests. |
I can't install 5.5.6 correctly, i get this error:
|
I will just add that I also can't update from 5.5.4 to 5.5.5 or 5.5.6 because of package discover
|
@Hell4Ge what's with package discovery? |
@themsaid I wrote this basing on error I think that there is something wrong with composer.json file and package discovery |
I suspect #21261 fixes this issue. |
fixed in #21261 |
Description:
After updating from 5.5.5 to 5.5.7 some of my tests are now failing. I tried to figure out what is the problem from my side, but I didn't touch any code related to the tests that are failing now.
The strange thing is that the stack trace of the error shows a middleware that I don't use for the action I'm testing. If I revert back to 5.5.5 everything works fine.
My test look something like this:
This is the:
And these are my routes:
Steps To Reproduce:
I really don't know how to reproduce this issue, i think it's like it's doing some kind of redirection o something like that because it's showing a middleware that i don't use for that route.
The text was updated successfully, but these errors were encountered: