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
This commit is contained in:
Nicolas Grekas 2017-01-15 14:04:43 +01:00
commit 2324b935bc

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.