Commit 6bf4d4d
File tree
Expand file treeCollapse file tree
5 files changed
+106
-22
lines changedFilter options
- src/Symfony/Component
- Mailer
- Tests/Transport
- Fixtures
- Transport
- Smtp/Stream
- Security/Core/Resources/translations
Expand file treeCollapse file tree
5 files changed
+106
-22
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 | 1 |
|
2 | 2 |
|
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
3 | 7 |
|
4 | 8 |
|
src/Symfony/Component/Mailer/Tests/Transport/SendmailTransportTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Tests/Transport/SendmailTransportTest.php+89-20Lines changed: 89 additions & 20 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
| 18 | + |
17 | 19 |
|
| 20 | + |
| 21 | + |
18 | 22 |
|
19 | 23 |
|
| 24 | + |
20 | 25 |
|
21 | 26 |
|
22 | 27 |
|
23 | 28 |
|
24 | 29 |
|
| 30 | + |
25 | 31 |
|
26 | 32 |
|
27 | 33 |
|
| ||
46 | 52 |
|
47 | 53 |
|
48 | 54 |
|
49 |
| - |
50 |
| - |
51 |
| - |
| 55 | + |
52 | 56 |
|
53 | 57 |
|
54 | 58 |
|
| ||
68 | 72 |
|
69 | 73 |
|
70 | 74 |
|
71 |
| - |
72 |
| - |
73 |
| - |
| 75 | + |
74 | 76 |
|
75 |
| - |
76 |
| - |
77 |
| - |
78 |
| - |
79 |
| - |
80 |
| - |
81 |
| - |
82 |
| - |
83 |
| - |
84 |
| - |
| 77 | + |
85 | 78 |
|
86 | 79 |
|
87 | 80 |
|
| ||
90 | 83 |
|
91 | 84 |
|
92 | 85 |
|
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
93 | 162 |
|
94 | 163 |
|
95 | 164 |
|
96 | 165 |
|
| 166 | + |
97 | 167 |
|
| 168 | + |
| 169 | + |
98 | 170 |
|
99 | 171 |
|
100 | 172 |
|
| ||
106 | 178 |
|
107 | 179 |
|
108 | 180 |
|
109 |
| - |
110 |
| - |
111 |
| - |
112 |
| - |
| 181 | + |
113 | 182 |
|
114 | 183 |
|
src/Symfony/Component/Mailer/Transport/SendmailTransport.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Transport/SendmailTransport.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
| 67 | + |
67 | 68 |
|
68 | 69 |
|
69 | 70 |
|
|
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+11-1Lines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
31 | 32 |
|
32 | 33 |
|
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
33 | 39 |
|
34 | 40 |
|
35 | 41 |
|
| ||
57 | 63 |
|
58 | 64 |
|
59 | 65 |
|
60 |
| - |
| 66 | + |
61 | 67 |
|
62 | 68 |
|
63 | 69 |
|
64 | 70 |
|
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
65 | 75 |
|
66 | 76 |
|
67 | 77 |
|
|
src/Symfony/Component/Security/Core/Resources/translations/security.ro.xlf
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Resources/translations/security.ro.xlf+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
79 |
| - |
| 79 | + |
80 | 80 |
|
81 | 81 |
|
82 | 82 |
|
|
0 commit comments