Commit 31c4198
committed
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 NativeTransportFactoryTestFile tree
1 file changed
+3
-3
lines changed- src/Symfony/Component/Mailer/Transport
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments