Commit ffab85c
committed
Merge branch '5.2' into 5.x
* 5.2:
[Notifier] Fix tests with PHPUnit 9.5.
Fix merge.
Fix CS
[Messenger] Test generated SQL
[Config] YamlReferenceDumper: No default value required for VariableNode with array example
Remove PHPUnit configuration files from components without tests.
[DependencyInjection] Fix container linter for union types.File tree
Expand file treeCollapse file tree
15 files changed
+155
-264
lines changedOpen diff view settings
Filter options
- .github
- src/Symfony/Component
- Config/Definition/Dumper
- DependencyInjection
- Compiler
- Tests
- Compiler
- Fixtures/CheckTypeDeclarationsPass
- Messenger/Bridge/Doctrine/Tests/Transport
- Notifier/Bridge
- LinkedIn
- Mattermost
- Nexmo
- OvhCloud
- RocketChat
- Sinch
- Smsapi
- Twilio
- Zulip
Expand file treeCollapse file tree
15 files changed
+155
-264
lines changedOpen diff view settings
Collapse file
+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
| 24 | + |
24 | 25 | |
25 | 26 | |
26 | 27 | |
|
Collapse file
src/Symfony/Component/Config/Definition/Dumper/YamlReferenceDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Definition/Dumper/YamlReferenceDumper.php+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
17 | 17 | |
18 | 18 | |
19 | 19 | |
| 20 | + |
20 | 21 | |
21 | 22 | |
22 | 23 | |
| ||
95 | 96 | |
96 | 97 | |
97 | 98 | |
| 99 | + |
| 100 | + |
| 101 | + |
98 | 102 | |
99 | 103 | |
100 | 104 | |
|
Collapse file
src/Symfony/Component/DependencyInjection/Compiler/CheckTypeDeclarationsPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/CheckTypeDeclarationsPass.php+15-14Lines changed: 15 additions & 14 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
153 | 153 | |
154 | 154 | |
155 | 155 | |
156 | | - |
| 156 | + |
157 | 157 | |
158 | | - |
159 | | - |
| 158 | + |
160 | 159 | |
161 | | - |
162 | | - |
163 | | - |
164 | | - |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
165 | 164 | |
166 | | - |
167 | | - |
168 | | - |
| 165 | + |
| 166 | + |
169 | 167 | |
170 | | - |
171 | | - |
172 | 168 | |
173 | 169 | |
174 | | - |
| 170 | + |
175 | 171 | |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
176 | 177 | |
177 | 178 | |
178 | 179 | |
| ||
285 | 286 | |
286 | 287 | |
287 | 288 | |
288 | | - |
| 289 | + |
289 | 290 | |
290 | 291 | |
291 | 292 | |
|
Collapse file
src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckTypeDeclarationsPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckTypeDeclarationsPassTest.php+69Lines changed: 69 additions & 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 | |
| ||
803 | 804 | |
804 | 805 | |
805 | 806 | |
| 807 | + |
| 808 | + |
| 809 | + |
| 810 | + |
| 811 | + |
| 812 | + |
| 813 | + |
| 814 | + |
| 815 | + |
| 816 | + |
| 817 | + |
| 818 | + |
| 819 | + |
| 820 | + |
| 821 | + |
| 822 | + |
| 823 | + |
| 824 | + |
| 825 | + |
| 826 | + |
| 827 | + |
| 828 | + |
| 829 | + |
| 830 | + |
| 831 | + |
| 832 | + |
| 833 | + |
| 834 | + |
| 835 | + |
| 836 | + |
| 837 | + |
| 838 | + |
| 839 | + |
| 840 | + |
| 841 | + |
| 842 | + |
| 843 | + |
| 844 | + |
| 845 | + |
| 846 | + |
| 847 | + |
| 848 | + |
| 849 | + |
| 850 | + |
| 851 | + |
| 852 | + |
| 853 | + |
| 854 | + |
| 855 | + |
| 856 | + |
| 857 | + |
| 858 | + |
| 859 | + |
| 860 | + |
| 861 | + |
| 862 | + |
| 863 | + |
| 864 | + |
| 865 | + |
| 866 | + |
| 867 | + |
| 868 | + |
| 869 | + |
| 870 | + |
| 871 | + |
| 872 | + |
| 873 | + |
| 874 | + |
806 | 875 | |
Collapse file
src/Symfony/Component/DependencyInjection/Tests/Fixtures/CheckTypeDeclarationsPass/UnionConstructor.php
Copy file name to clipboard+10Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
Collapse file
src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/ConnectionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/ConnectionTest.php+55-1Lines changed: 55 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
12 | 12 | |
13 | 13 | |
14 | 14 | |
| 15 | + |
15 | 16 | |
| 17 | + |
| 18 | + |
16 | 19 | |
17 | 20 | |
| 21 | + |
| 22 | + |
18 | 23 | |
19 | 24 | |
20 | 25 | |
| ||
118 | 123 | |
119 | 124 | |
120 | 125 | |
121 | | - |
| 126 | + |
122 | 127 | |
123 | 128 | |
124 | 129 | |
| ||
349 | 354 | |
350 | 355 | |
351 | 356 | |
| 357 | + |
| 358 | + |
| 359 | + |
| 360 | + |
| 361 | + |
| 362 | + |
| 363 | + |
| 364 | + |
| 365 | + |
| 366 | + |
| 367 | + |
| 368 | + |
| 369 | + |
| 370 | + |
| 371 | + |
| 372 | + |
| 373 | + |
| 374 | + |
| 375 | + |
| 376 | + |
| 377 | + |
| 378 | + |
| 379 | + |
| 380 | + |
| 381 | + |
| 382 | + |
| 383 | + |
| 384 | + |
| 385 | + |
| 386 | + |
| 387 | + |
| 388 | + |
| 389 | + |
| 390 | + |
| 391 | + |
| 392 | + |
| 393 | + |
| 394 | + |
| 395 | + |
| 396 | + |
| 397 | + |
| 398 | + |
| 399 | + |
| 400 | + |
| 401 | + |
| 402 | + |
| 403 | + |
| 404 | + |
| 405 | + |
352 | 406 | |
353 | 407 | |
354 | 408 | |
|
Collapse file
…otifier/Bridge/Firebase/phpunit.xml.dist …otifier/Bridge/LinkedIn/phpunit.xml.distsrc/Symfony/Component/Notifier/Bridge/Firebase/phpunit.xml.dist renamed to src/Symfony/Component/Notifier/Bridge/LinkedIn/phpunit.xml.dist src/Symfony/Component/Notifier/Bridge/Firebase/phpunit.xml.dist renamed to src/Symfony/Component/Notifier/Bridge/LinkedIn/phpunit.xml.dist
Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/LinkedIn/phpunit.xml.dist+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
16 | | - |
| 16 | + |
17 | 17 | |
18 | 18 | |
19 | 19 | |
|
Collapse file
src/Symfony/Component/Notifier/Bridge/Mattermost/phpunit.xml.dist
Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/Mattermost/phpunit.xml.dist-31Lines changed: 0 additions & 31 deletions
This file was deleted.
Collapse file
src/Symfony/Component/Notifier/Bridge/Nexmo/phpunit.xml.dist
Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/Nexmo/phpunit.xml.dist-31Lines changed: 0 additions & 31 deletions
This file was deleted.
Collapse file
src/Symfony/Component/Notifier/Bridge/OvhCloud/phpunit.xml.dist
Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/OvhCloud/phpunit.xml.dist-31Lines changed: 0 additions & 31 deletions
This file was deleted.
0 commit comments