Commit 11434de
committed
minor #9802 [HttpKernel] Remove FrameworkBundle dependency in BundleTest (florianv)
This PR was merged into the 2.5-dev branch.
Discussion
----------
[HttpKernel] Remove FrameworkBundle dependency in BundleTest
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| License | MIT
`HttpKernel` tests fatal due to missing dependency `AddConsoleCommandPass`.
Also removed unused import.
Commits
-------
20a064f [HttpKernel] Remove FrameworkBundle dependency in BundleTestFile tree
Expand file treeCollapse file tree
1 file changed
+3
-4
lines changedOpen diff view settings
Filter options
- src/Symfony/Component/HttpKernel/Tests/Bundle
Expand file treeCollapse file tree
1 file changed
+3
-4
lines changedOpen diff view settings
Collapse file
src/Symfony/Component/HttpKernel/Tests/Bundle/BundleTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/Bundle/BundleTest.php+3-4Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
14 | | - |
15 | 14 | |
16 | 15 | |
17 | | - |
18 | 16 | |
19 | 17 | |
20 | 18 | |
| ||
38 | 36 | |
39 | 37 | |
40 | 38 | |
41 | | - |
42 | | - |
| 39 | + |
| 40 | + |
43 | 41 | |
44 | 42 | |
| 43 | + |
45 | 44 | |
46 | 45 | |
47 | 46 | |
|
0 commit comments