-
Notifications
You must be signed in to change notification settings - Fork 196
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
Update HeaderValue.php #463
Conversation
header validation with RFC 6532 instead of RFC 2822
Please adjust the tests to cover the new testing: There were 6 failures:
/home/runner/work/zf1-future/zf1-future/tests/Zend/Mail/Header/HeaderValueTest.php:85
/home/runner/work/zf1-future/zf1-future/tests/Zend/Mail/Header/HeaderValueTest.php:85
/home/runner/work/zf1-future/zf1-future/tests/resources/Runner.php:20
/home/runner/work/zf1-future/zf1-future/tests/resources/Runner.php:20
/home/runner/work/zf1-future/zf1-future/tests/resources/Runner.php:20
/home/runner/work/zf1-future/zf1-future/tests/resources/Runner.php:20 |
test updated
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.
test changed for RFC 6532
I'm having some issues handling unittest because I can't test directly on my local environment. |
Syntax error ...
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.
Syntax error
Can someone help with managing the tests? |
This is how I'm starting the tests locally:
|
I tested the newly downloaded project and encountered some errors... using php 8.2 this is the output: using php 8.1 |
Could you pls copy the 2 errors? |
I mean failures. |
This is the full report... I hope it will be useful. |
There are 2 failed translation tests, you can ignore them for now. |
Pls try to fix the tests with you local change. That's enough for you PR, thanks. |
(ignoring those 2) |
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.
removed CRLF test because it's allowed in RFC 5322 and 6532
🥳 |
header validation with RFC 6532 instead of RFC 2822