Commit e68568d
committed
minor symfony#60954 [FrameworkBundle] Add functional tests for
This PR was merged into the 6.4 branch.
Discussion
----------
[FrameworkBundle] Add functional tests for `ContainerLintCommand`
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | no
| License | MIT
This PR adds a new functional test class for the `lint:container` command. It addresses a gap from a previous [PR](symfony#60942) where the command logic was updated to fix bugs but no corresponding tests were included due to time constraints.
Commits
-------
f4d0576 [FrameworkBundle] Add functional tests for the `ContainerLintCommand` commandContainerLintCommand (santysisi)File tree
1 file changed
+55
-0
lines changed- src/Symfony/Bundle/FrameworkBundle/Tests/Functional
1 file changed
+55
-0
lines changedLines changed: 55 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
0 commit comments