File tree
25 files changed
+609
-652
lines changedFilter options
- src/Symfony/Component/Messenger
- Command
- Tests
- DependencyInjection
- Fixtures
- Transport
- AmqpExt
- Receiver
- Worker
- Transport
- AmqpExt
- Receiver
- Worker
25 files changed
+609
-652
lines changedsrc/Symfony/Component/Messenger/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/CHANGELOG.md+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
13 |
| - |
| 12 | + |
| 13 | + |
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
|
src/Symfony/Component/Messenger/Command/ConsumeMessagesCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Command/ConsumeMessagesCommand.php+7-7Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
25 |
| - |
26 |
| - |
27 | 24 |
|
| 25 | + |
| 26 | + |
| 27 | + |
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| ||
152 | 152 |
|
153 | 153 |
|
154 | 154 |
|
| 155 | + |
155 | 156 |
|
156 | 157 |
|
157 | 158 |
|
158 |
| - |
| 159 | + |
159 | 160 |
|
160 | 161 |
|
161 | 162 |
|
162 | 163 |
|
163 |
| - |
| 164 | + |
164 | 165 |
|
165 | 166 |
|
166 | 167 |
|
167 | 168 |
|
168 |
| - |
| 169 | + |
169 | 170 |
|
170 | 171 |
|
171 | 172 |
|
| ||
183 | 184 |
|
184 | 185 |
|
185 | 186 |
|
186 |
| - |
187 | 187 |
|
188 | 188 |
|
189 | 189 |
|
|
src/Symfony/Component/Messenger/Tests/DependencyInjection/MessengerPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/DependencyInjection/MessengerPassTest.php+2-4Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
612 | 612 |
|
613 | 613 |
|
614 | 614 |
|
615 |
| - |
| 615 | + |
616 | 616 |
|
617 |
| - |
618 |
| - |
619 |
| - |
| 617 | + |
620 | 618 |
|
621 | 619 |
|
622 | 620 |
|
|
src/Symfony/Component/Messenger/Tests/Fixtures/CallbackReceiver.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/Fixtures/CallbackReceiver.php-48Lines changed: 0 additions & 48 deletions
This file was deleted.
src/Symfony/Component/Messenger/Tests/Fixtures/DummyWorker.php
Copy file name to clipboard+46Lines changed: 46 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
src/Symfony/Component/Messenger/Tests/Transport/AmqpExt/AmqpExtIntegrationTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/Transport/AmqpExt/AmqpExtIntegrationTest.php+30-73Lines changed: 30 additions & 73 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
60 |
| - |
61 |
| - |
62 |
| - |
63 |
| - |
64 |
| - |
65 |
| - |
66 |
| - |
67 |
| - |
68 |
| - |
69 |
| - |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
70 | 68 |
|
71 | 69 |
|
72 | 70 |
|
| ||
82 | 80 |
|
83 | 81 |
|
84 | 82 |
|
85 |
| - |
86 |
| - |
87 |
| - |
88 |
| - |
89 |
| - |
90 |
| - |
91 |
| - |
92 |
| - |
93 |
| - |
94 |
| - |
95 |
| - |
96 |
| - |
97 |
| - |
98 |
| - |
99 |
| - |
100 |
| - |
101 |
| - |
102 |
| - |
103 |
| - |
104 |
| - |
105 |
| - |
106 |
| - |
107 |
| - |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
108 | 89 |
|
109 |
| - |
110 |
| - |
111 |
| - |
112 |
| - |
113 |
| - |
114 |
| - |
115 |
| - |
116 |
| - |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
117 | 96 |
|
118 |
| - |
119 |
| - |
120 |
| - |
121 |
| - |
122 |
| - |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
123 | 101 |
|
124 |
| - |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
125 | 107 |
|
126 |
| - |
127 |
| - |
128 |
| - |
| 108 | + |
129 | 109 |
|
130 | 110 |
|
131 | 111 |
|
| ||
175 | 155 |
|
176 | 156 |
|
177 | 157 |
|
178 |
| - |
179 |
| - |
180 |
| - |
181 |
| - |
182 |
| - |
183 |
| - |
184 |
| - |
185 |
| - |
186 |
| - |
187 |
| - |
188 |
| - |
189 |
| - |
190 |
| - |
191 |
| - |
192 |
| - |
193 |
| - |
194 |
| - |
195 |
| - |
196 |
| - |
197 |
| - |
198 |
| - |
199 |
| - |
200 |
| - |
201 | 158 |
|
202 | 159 |
|
203 | 160 |
|
|
src/Symfony/Component/Messenger/Tests/Transport/AmqpExt/AmqpReceiverTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/Transport/AmqpExt/AmqpReceiverTest.php+9-21Lines changed: 9 additions & 21 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| 21 | + |
20 | 22 |
|
21 | 23 |
|
22 | 24 |
|
| ||
26 | 28 |
|
27 | 29 |
|
28 | 30 |
|
29 |
| - |
| 31 | + |
30 | 32 |
|
31 | 33 |
|
32 | 34 |
|
| ||
37 | 39 |
|
38 | 40 |
|
39 | 41 |
|
40 |
| - |
41 |
| - |
42 |
| - |
43 |
| - |
| 42 | + |
| 43 | + |
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
51 |
| - |
52 |
| - |
53 |
| - |
54 |
| - |
| 51 | + |
55 | 52 |
|
56 | 53 |
|
57 | 54 |
|
58 | 55 |
|
59 | 56 |
|
60 | 57 |
|
61 |
| - |
62 |
| - |
63 |
| - |
64 |
| - |
| 58 | + |
65 | 59 |
|
66 | 60 |
|
67 | 61 |
|
68 | 62 |
|
69 | 63 |
|
70 | 64 |
|
71 | 65 |
|
72 |
| - |
73 |
| - |
74 |
| - |
75 |
| - |
| 66 | + |
76 | 67 |
|
77 | 68 |
|
78 | 69 |
|
79 | 70 |
|
80 | 71 |
|
81 | 72 |
|
82 |
| - |
83 |
| - |
84 |
| - |
85 |
| - |
| 73 | + |
86 | 74 |
|
87 | 75 |
|
88 | 76 |
|
|
src/Symfony/Component/Messenger/Tests/Transport/AmqpExt/AmqpTransportTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/Transport/AmqpExt/AmqpTransportTest.php+2-5Lines changed: 2 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
50 |
| - |
51 |
| - |
52 |
| - |
53 |
| - |
54 |
| - |
| 50 | + |
| 51 | + |
55 | 52 |
|
56 | 53 |
|
57 | 54 |
|
|
0 commit comments