Commit a8dfe48
committed
Fix flaky extra mail header (phpGH-8086)
As documented in [RunningTests], tests have to be written to be
independent of any php.ini file.
As the tests are based on counting the line terminators, the
mail.add_x_header php.ini setting has to be off.
Fix is to set `mail.add_x_header` to `off`.
[RunningTests]: docs/source/miscellaneous/running-tests.rst
fix-up-of: phpGH-80861 parent 769f319 commit a8dfe48
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
0 commit comments