Commit a516b2c
committed
minor symfony#61328 [FrameworkBundle] Decouple ControllerResolverTest from HttpKernel (nicolas-grekas)
This PR was merged into the 7.4 branch.
Discussion
----------
[FrameworkBundle] Decouple ControllerResolverTest from HttpKernel
| Q | A
| ------------- | ---
| Branch? | 7.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
Using non-public API for cross-components test case dependencies complicates maintenance.
Commits
-------
4e9c9c1 [FrameworkBundle] Decouple ControllerResolverTest from HttpKernel1 parent 101086e commit a516b2c
File tree
1 file changed
+2
-7
lines changed- src/Symfony/Bundle/FrameworkBundle/Tests/Controller
1 file changed
+2
-7
lines changedLines changed: 2 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | | - | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | 114 | | |
120 | 115 | | |
121 | 116 | | |
| |||
0 commit comments