You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor symfony#59195 [Mailer] fix NativeTransportFactoryTest (xabbuh)
This PR was merged into the 7.3 branch.
Discussion
----------
[Mailer] fix NativeTransportFactoryTest
| Q | A
| ------------- | ---
| Branch? | 7.3
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
This is required as the `ini_set()` function is overwritten in the test to simulate a not-configured `sendmail_path` option.
This partially reverts symfony#59173. Even if this violates our coding standards we have to keep it this way until we find another solution for the test.
Commits
-------
7162f0f fix NativeTransportFactoryTest
0 commit comments