symfony
symfony copied to clipboard
[Serializer] Rework `XmlEncoderTest`
| Q | A |
|---|---|
| Branch? | 7.1 |
| Bug fix? | no |
| New feature? | no |
| Deprecations? | no |
| Issues | |
| License | MIT |
I moved to use a data provider instead of extra test methods.
Would you accept this PR? If yes, I will finish it
That's nice! If this get accepted, don't forget to declare your new data providers static, a few ones are missing in the current codebase and will be fixed here https://github.com/symfony/symfony/pull/54824 🙂
Ready to merge from my side
Rebased
Rebased
Thank you @OskarStark.