-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Mime] Removes deprecated tests #41404
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
Conversation
276d354
to
679de60
Compare
Sorry I wasn't clear enough. On legacy tests, calling deprecated code is expected! This PR is for 6.0:) |
679de60
to
cc358f4
Compare
My bad, I hesitated and went for it as it's late, should be good now :) Not sure why it auto asked for review tho, sorry for the unnecessary pings :( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this looks good.
Address::fromString()
is removed in favour of Address::create()
. These tests are no longer needed.
I just reviewed as I've sent the PR late yesterday, shouldn't I also delete fromStringProvider ? |
It's still used in testCreateWithString, I don't know if renaming the provider is a good idea or not. |
Good observation. Let's rename it. There is no backwards compatibility issue with files in |
The rename should happen on 5.3 then! |
Or better: don't rename |
Oh... let's not rename it then =) Im happy with this PR in its current state. |
I'm cool with not renaming it too. |
Awesome. Congratulations to your first contribution! |
Follow-up from #41398 to fix CI for 6.0.