Commit 5bc8c12
committed
minor symfony#59218 [Routing] fix test method parameter names (xabbuh)
This PR was merged into the 7.3 branch.
Discussion
----------
[Routing] fix test method parameter names
| Q | A
| ------------- | ---
| Branch? | 7.3
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
see https://github.com/symfony/symfony/actions/runs/12353148436/job/34471647973?pr=58370#step:9:3293 for an example of how tests would fail with PHPUnit 11.5 otherwise
Commits
-------
54b38c2 fix test method parameter namesFile tree
1 file changed
+2
-2
lines changed- src/Symfony/Component/Routing/Tests/Loader
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments