Commit 15145c7
committed
minor symfony#60596 Fix
This PR was merged into the 6.4 branch.
Discussion
----------
Fix `ContainerDebugCommandTest::testNoDumpedXML`
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | N/A
| License | MIT
Additional options passed to `bootKernel` don’t end up as parameters; they are simply ignored.
Commits
-------
c24f895 Fix `ContainerDebugCommandTest::testNoDumpedXML`ContainerDebugCommandTest::testNoDumpedXML (MatTheCat)File tree
2 files changed
+6
-1
lines changed- src/Symfony/Bundle/FrameworkBundle/Tests/Functional
- app/ContainerDebug
2 files changed
+6
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments