8000 minor #21295 [DependencyInjection] add missing expectedDeprecation on… · symfony/symfony@2324b93 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2324b93

Browse files
minor #21295 [DependencyInjection] add missing expectedDeprecation on testLegacyGet (Simperfit)
This PR was merged into the 3.3-dev branch. Discussion ---------- [DependencyInjection] add missing expectedDeprecation on testLegacyGet | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Missing expectedDeprecation on testLegacyGet Commits ------- bd3f770 [DependencyInjection] add missing expectedDeprecation on testLegacyGet
2 parents 42c3d4f + bd3f770 commit 2324b93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/DependencyInjection/Tests/ContainerTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ public function testNormalizeIdKeepsCase()
220220

221221
/**
222222
* @group legacy
223+
* @expectedDeprecation Service identifiers will be made case sensitive in Symfony 4.0. Using "Foo" instead of "foo" is deprecated since version 3.3.
223224
* @expectedDeprecation Generating a dumped container without populating the method map is deprecated since 3.2 and will be unsupported in 4.0. Update your dumper to generate the method map.
224225
* @expectedDeprecation Generating a dumped container without populating the method map is deprecated since 3.2 and will be unsupported in 4.0. Update your dumper to generate the method map.
225226
* @expectedDeprecation Generating a dumped container without populating the method map is deprecated since 3.2 and will be unsupported in 4.0. Update your dumper to generate the method map.

0 commit comments

Comments
 (0)
0