[DependencyInjection] add missing expectedDeprecation on testLegacyGet

This commit is contained in:
Amrouche Hamza 2017-01-15 11:38:16 +01:00
parent 42c3d4fe02
commit bd3f770510
No known key found for this signature in database
GPG Key ID: 6968F2785ED4F012

View File

@ -220,6 +220,7 @@ class ContainerTest extends \PHPUnit_Framework_TestCase
/**
* @group legacy
* @expectedDeprecation Service identifiers will be made case sensitive in Symfony 4.0. Using "Foo" instead of "foo" is deprecated since version 3.3.
* @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.
* @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.
* @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.