Skip to content

Commit 3a43e8a

Browse files
minor #24130 Fixed deprecations in WebProfiler tests (javiereguiluz)
This PR was merged into the 3.4 branch. Discussion ---------- Fixed deprecations in WebProfiler tests | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - To avoid this error in tests: ``` The "web_profiler.position" configuration key has been deprecated in Symfony 3.4 and it will be removed in 4.0: 1x 1x in ConfigurationTest::testConfigTree from Symfony\Bundle\WebProfilerBundle\Tests\DependencyInjection ``` Can anybody propose a better solution to fix this issue? Thanks! Commits ------- 2a696d3 Fixed deprecations in WebProfiler tests
2 parents b1aa9ac + bda49c8 commit 3a43e8a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ CHANGELOG
5353
`EventDispatcherDebugCommand`, `RouterDebugCommand`, `RouterMatchCommand`,
5454
`TranslationDebugCommand`, `TranslationUpdateCommand`, `XliffLintCommand`
5555
and `YamlLintCommand` classes have been marked as final
56-
* Deprecated the `web_profiler.position` config option (in Symfony 4.0 the toolbar
57-
will always be displayed at the bottom).
5856

5957
3.3.0
6058
-----

0 commit comments

Comments
 (0)