From 663bd74d9f9ce5cf3160673a752e82e6be7d82af Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Wed, 21 Sep 2016 08:09:36 +0200 Subject: [PATCH] [DI] Fix expectedException annotation --- .../Tests/ParameterBag/EnvPlaceholderParameterBagTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Symfony/Component/DependencyInjection/Tests/ParameterBag/EnvPlaceholderParameterBagTest.php b/src/Symfony/Component/DependencyInjection/Tests/ParameterBag/EnvPlaceholderParameterBagTest.php index 563c002030..4412118b90 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/ParameterBag/EnvPlaceholderParameterBagTest.php +++ b/src/Symfony/Component/DependencyInjection/Tests/ParameterBag/EnvPlaceholderParameterBagTest.php @@ -11,13 +11,12 @@ namespace Symfony\Component\DependencyInjection\Tests\ParameterBag; -use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException; use Symfony\Component\DependencyInjection\ParameterBag\EnvPlaceholderParameterBag; class EnvPlaceholderParameterBagTest extends \PHPUnit_Framework_TestCase { /** - * @expectedException InvalidArgumentException + * @expectedException \Symfony\Component\DependencyInjection\Exception\InvalidArgumentException */ public function testGetThrowsInvalidArgumentExceptionIfEnvNameContainsNonWordCharacters() {