-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Form] skip tests that do not work with ICU 71.1 #52245
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
xabbuh
commented
Oct 23, 2023
Q | A |
---|---|
Branch? | 7.0 |
Bug fix? | no |
New feature? | no |
Deprecations? | no |
Issues | |
License | MIT |
f9d142e
to
507f2f7
Compare
@xabbuh does this help you #52206 (comment) ? |
@maxbeckers Kind of, I suspect the ICU version used to be the cause here. At least that the only relevant difference that I can spot compared to 6.4 (see #52251). Which version do you have locally? And can you also try different versions? |
@xabbuh you're right. When i run it with |
73.2 works for me too. |
I currently only have the two versions I tried for testing. |
var_dump($error->getCause()->getInvalidMessage()); | ||
var_dump($error->getCause()->getInvalidMessageParameters()); | ||
} | ||
} |
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.
The output of this looks like that if it helps:
string(4) "71.1"
string(26) "Please enter a valid date."
string(84) "Unable to reverse value for property path "date": Date parsing failed: U_PARSE_ERROR"
NULL
array(0) {
}
507f2f7
to
f839947
Compare
f839947
to
f62735d
Compare
f62735d
to
6e9d9ab
Compare