-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Serializer] remove custom CSV escape character from tests #58021
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
Do we keep one as |
none of the tests actually depends on the value of the escape character, not sure if we want to add a new test covering it explicitly |
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.
Should we deprecate the CsvEncoder::ESCAPE_CHAR_KEY
context key on 7.2?
@chalasr I think @alexandre-daubois should have that covered in #57827 |
Indeed, I'll address the remaining comment in a couple of days. Thanks for this complementary PR! |
Isn't the failing test related? |
indeed, fixed |
Thank you @xabbuh. |
This PR was merged into the 6.4 branch. Discussion ---------- [Serializer] clean up PHP version checks | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT these checks are not needed after merging #58021 up into the `6.4` branch Commits ------- 6e19c0f clean up PHP version checks
using custom escape character will be deprecated from PHP 8.4