Commit 864df6f
committed
File tree
4 files changed
+38
-2
lines changedFilter options
- src/Symfony/Component/Mailer
- Tests/Transport
- Fixtures
- Transport/Smtp/Stream
4 files changed
+38
-2
lines changedsrc/Symfony/Component/Mailer/Tests/Transport/Fixtures/fake-failing-sendmail.php
Copy file name to clipboard+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
src/Symfony/Component/Mailer/Tests/Transport/SendmailTransportTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Tests/Transport/SendmailTransportTest.php+25Lines changed: 25 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
| 24 | + |
23 | 25 |
|
24 | 26 |
|
25 | 27 |
|
| ||
89 | 91 |
|
90 | 92 |
|
91 | 93 |
|
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
92 | 117 |
|
src/Symfony/Component/Mailer/Transport/Smtp/Stream/AbstractStream.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Transport/Smtp/Stream/AbstractStream.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
| 30 | + |
30 | 31 |
|
31 | 32 |
|
32 | 33 |
|
| ||
65 | 66 |
|
66 | 67 |
|
67 | 68 |
|
68 |
| - |
| 69 | + |
69 | 70 |
|
70 | 71 |
|
71 | 72 |
|
|
src/Symfony/Component/Mailer/Transport/Smtp/Stream/ProcessStream.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Transport/Smtp/Stream/ProcessStream.php+7-1Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
| 48 | + |
48 | 49 |
|
49 | 50 |
|
50 | 51 |
|
51 | 52 |
|
52 | 53 |
|
53 | 54 |
|
| 55 | + |
54 | 56 |
|
55 |
| - |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
56 | 62 |
|
57 | 63 |
|
58 | 64 |
|
|
0 commit comments