Skip to content
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

qa: Use less-specific exception message assertion in StringFormatterTest #412

Merged
merged 1 commit into from
Aug 22, 2023

Conversation

TimWolla
Copy link
Contributor

The actual error message is emitted by ICU / PHP which we do not have control over. We should not test that the upstream dependency returns stable error messages, especially since error messages are for human consumption and thus not part of the backwards compatibility contract.

see php/php-src#12020

The actual error message is emitted by ICU / PHP which we do not have control
over.  We should not test that the upstream dependency returns stable error
messages, especially since error messages are for human consumption and thus
not part of the backwards compatibility contract.

see php/php-src#12020
@romm romm merged commit 8d0d812 into CuyZ:master Aug 22, 2023
11 checks passed
@romm
Copy link
Member

romm commented Aug 22, 2023

Thanks @TimWolla!

@TimWolla TimWolla deleted the string-formatter-test branch August 22, 2023 17:57
@TimWolla
Copy link
Contributor Author

Thanks, rebased the other PRs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants