Commit 7cde0cc
committed
Merge branch '8.1' into 8.2
* 8.1:
Make tests compatible with PHPUnit 13.2 and Twig 3.28
Fix test
[Serializer] Keep collection value type for iterable constructor parameters
[AssetMapper] Render an empty import map as a JSON object
[Translation] Fix test failing without the intl extension
[Mailer] [Mailchimp] Fix tests on low-deps
[HttpFoundation] Add RFC6598 Shared Address Space to IpUtils::PRIVATE_SUBNETS
Fix Content-Type key in createRequest method21 files changed
+155-53Lines changed: 155 additions & 53 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/Symfony
- Bridge
- Doctrine/Tests/Form/ChoiceList
- Twig/Tests/Validator/Constraints
- Component
- AssetMapper
- ImportMap
- Tests/ImportMap
- EventDispatcher/Tests
- Form/Tests
- ChoiceList/Factory
- Extension/DataCollector
- HtmlSanitizer/Tests/TextSanitizer
- HttpFoundation
- Tests
- JsonStreamer/Tests/Mapping
- Read
- Write
- Mailer/Bridge/Mailchimp
- Messenger/Tests/Handler
- Security/Http/Tests/Firewall
- Serializer
- Normalizer
- Tests/Normalizer
- Translation/Tests/Catalogue
- Validator/Tests/Constraints
- Webhook/Test
Expand file treeCollapse file tree
Open diff view settings
Collapse file
src/Symfony/Bridge/Doctrine/Tests/Form/ChoiceList/DoctrineChoiceLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Tests/Form/ChoiceList/DoctrineChoiceLoaderTest.php+5-4Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
73 | 73 | |
74 | 74 | |
75 | 75 | |
76 | | - |
77 | | - |
| 76 | + |
78 | 77 | |
79 | 78 | |
80 | 79 | |
81 | 80 | |
82 | 81 | |
83 | | - |
| 82 | + |
| 83 | + |
| 84 | + |
84 | 85 | |
85 | 86 | |
86 | 87 | |
87 | | - |
| 88 | + |
88 | 89 | |
89 | 90 | |
90 | 91 | |
|
Collapse file
src/Symfony/Bridge/Twig/Tests/Validator/Constraints/TwigValidatorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Tests/Validator/Constraints/TwigValidatorTest.php+5-1Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
| 22 | + |
22 | 23 | |
23 | 24 | |
24 | 25 | |
| ||
100 | 101 | |
101 | 102 | |
102 | 103 | |
| 104 | + |
| 105 | + |
| 106 | + |
103 | 107 | |
104 | 108 | |
105 | 109 | |
106 | 110 | |
107 | | - |
| 111 | + |
108 | 112 | |
109 | 113 | |
110 | 114 | |
|
Collapse file
src/Symfony/Component/AssetMapper/ImportMap/ImportMapRenderer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/AssetMapper/ImportMap/ImportMapRenderer.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
104 | 104 | |
105 | 105 | |
106 | 106 | |
107 | | - |
| 107 | + |
108 | 108 | |
109 | 109 | |
110 | 110 | |
|
Collapse file
src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapRendererTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapRendererTest.php+15Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
229 | 229 | |
230 | 230 | |
231 | 231 | |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
232 | 247 | |
Collapse file
src/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
70 | 70 | |
71 | 71 | |
72 | 72 | |
73 | | - |
| 73 | + |
74 | 74 | |
75 | 75 | |
76 | | - |
| 76 | + |
77 | 77 | |
78 | 78 | |
79 | 79 | |
80 | 80 | |
81 | 81 | |
82 | | - |
| 82 | + |
83 | 83 | |
84 | 84 | |
85 | 85 | |
|
Collapse file
src/Symfony/Component/Form/Tests/ChoiceList/Factory/DefaultChoiceListFactoryTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/ChoiceList/Factory/DefaultChoiceListFactoryTest.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
255 | 255 | |
256 | 256 | |
257 | 257 | |
258 | | - |
| 258 | + |
259 | 259 | |
260 | 260 | |
261 | 261 | |
|
Collapse file
src/Symfony/Component/Form/Tests/Extension/DataCollector/FormDataCollectorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/DataCollector/FormDataCollectorTest.php+33-22Lines changed: 33 additions & 22 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
59 | 59 | |
60 | 60 | |
61 | 61 | |
62 | | - |
| 62 | + |
63 | 63 | |
64 | 64 | |
65 | 65 | |
| ||
78 | 78 | |
79 | 79 | |
80 | 80 | |
81 | | - |
| 81 | + |
82 | 82 | |
83 | 83 | |
84 | 84 | |
| ||
101 | 101 | |
102 | 102 | |
103 | 103 | |
104 | | - |
| 104 | + |
105 | 105 | |
106 | 106 | |
107 | 107 | |
| ||
119 | 119 | |
120 | 120 | |
121 | 121 | |
122 | | - |
| 122 | + |
123 | 123 | |
124 | 124 | |
125 | 125 | |
| ||
131 | 131 | |
132 | 132 | |
133 | 133 | |
134 | | - |
| 134 | + |
135 | 135 | |
136 | 136 | |
137 | 137 | |
| ||
141 | 141 | |
142 | 142 | |
143 | 143 | |
144 | | - |
| 144 | + |
145 | 145 | |
146 | 146 | |
147 | 147 | |
| ||
155 | 155 | |
156 | 156 | |
157 | 157 | |
158 | | - |
| 158 | + |
159 | 159 | |
160 | 160 | |
161 | 161 | |
| ||
169 | 169 | |
170 | 170 | |
171 | 171 | |
172 | | - |
| 172 | + |
173 | 173 | |
174 | 174 | |
175 | 175 | |
| ||
181 | 181 | |
182 | 182 | |
183 | 183 | |
184 | | - |
| 184 | + |
185 | 185 | |
186 | 186 | |
187 | 187 | |
| ||
192 | 192 | |
193 | 193 | |
194 | 194 | |
195 | | - |
| 195 | + |
196 | 196 | |
197 | 197 | |
198 | 198 | |
| ||
208 | 208 | |
209 | 209 | |
210 | 210 | |
211 | | - |
| 211 | + |
212 | 212 | |
213 | 213 | |
214 | 214 | |
| ||
227 | 227 | |
228 | 228 | |
229 | 229 | |
230 | | - |
| 230 | + |
231 | 231 | |
232 | 232 | |
233 | 233 | |
| ||
247 | 247 | |
248 | 248 | |
249 | 249 | |
250 | | - |
| 250 | + |
251 | 251 | |
252 | 252 | |
253 | 253 | |
| ||
270 | 270 | |
271 | 271 | |
272 | 272 | |
273 | | - |
| 273 | + |
274 | 274 | |
275 | 275 | |
276 | 276 | |
| ||
297 | 297 | |
298 | 298 | |
299 | 299 | |
300 | | - |
| 300 | + |
301 | 301 | |
302 | 302 | |
303 | 303 | |
| ||
368 | 368 | |
369 | 369 | |
370 | 370 | |
371 | | - |
| 371 | + |
372 | 372 | |
373 | 373 | |
374 | 374 | |
| ||
389 | 389 | |
390 | 390 | |
391 | 391 | |
392 | | - |
| 392 | + |
393 | 393 | |
394 | 394 | |
395 | 395 | |
| ||
415 | 415 | |
416 | 416 | |
417 | 417 | |
418 | | - |
| 418 | + |
419 | 419 | |
420 | 420 | |
421 | 421 | |
| ||
430 | 430 | |
431 | 431 | |
432 | 432 | |
433 | | - |
| 433 | + |
434 | 434 | |
435 | 435 | |
436 | 436 | |
| ||
454 | 454 | |
455 | 455 | |
456 | 456 | |
457 | | - |
| 457 | + |
458 | 458 | |
459 | 459 | |
460 | 460 | |
| ||
464 | 464 | |
465 | 465 | |
466 | 466 | |
467 | | - |
| 467 | + |
468 | 468 | |
469 | 469 | |
470 | 470 | |
| ||
479 | 479 | |
480 | 480 | |
481 | 481 | |
482 | | - |
| 482 | + |
483 | 483 | |
484 | 484 | |
485 | 485 | |
| ||
615 | 615 | |
616 | 616 | |
617 | 617 | |
| 618 | + |
| 619 | + |
| 620 | + |
| 621 | + |
| 622 | + |
| 623 | + |
| 624 | + |
| 625 | + |
| 626 | + |
| 627 | + |
| 628 | + |
618 | 629 | |
Collapse file
src/Symfony/Component/HtmlSanitizer/Tests/TextSanitizer/StringSanitizerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HtmlSanitizer/Tests/TextSanitizer/StringSanitizerTest.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
61 | 61 | |
62 | 62 | |
63 | 63 | |
64 | | - |
| 64 | + |
65 | 65 | |
66 | 66 | |
67 | 67 | |
|
Collapse file
src/Symfony/Component/HtmlSanitizer/Tests/TextSanitizer/UrlSanitizerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HtmlSanitizer/Tests/TextSanitizer/UrlSanitizerTest.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
881 | 881 | |
882 | 882 | |
883 | 883 | |
884 | | - |
| 884 | + |
885 | 885 | |
886 | 886 | |
887 | 887 | |
Collapse file
src/Symfony/Component/HttpFoundation/IpUtils.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/IpUtils.php+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
26 | 26 | |
27 | 27 | |
28 | 28 | |
| 29 | + |
29 | 30 | |
30 | 31 | |
31 | 32 | |
|
0 commit comments