8000 [DI] Fix expectedException annotation · symfony/symfony@663bd74 · GitHub
[go: up one dir, main page]

Skip to content

Commit 663bd74

Browse files
[DI] Fix expectedException annotation
1 parent fba0638 commit 663bd74

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Symfony/Component/DependencyInjection/Tests/ParameterBag/EnvPlaceholderParameterBagTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,12 @@
1111

1212
namespace Symfony\Component\DependencyInjection\Tests\ParameterBag;
1313

14-
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
1514
use Symfony\Component\DependencyInjection\ParameterBag\EnvPlaceholderParameterBag;
1615

1716
class EnvPlaceholderParameterBagTest extends \PHPUnit_Framework_TestCase
1817
{
1918
/**
20-
* @expectedException InvalidArgumentException
19+
* @expectedException \Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
2120
*/
2221
public function testGetThrowsInvalidArgumentExceptionIfEnvNameContainsNonWordCharacters()
2322
{

0 commit comments

Comments
 (0)
0