diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2013-11-25 09:44:14 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2013-11-25 09:44:14 +0100 |
commit | 5a8f9cd093782a8827fdccd2f2ed1ff790cb35a3 (patch) | |
tree | 6ae89b1b29f9a5c288533c377bf4f0af82fb964a /Tests/Core/Authentication/AuthenticationProviderManagerTest.php | |
parent | 209339c87ca122559536159fbf528156624bda65 (diff) | |
download | symfony-security-5a8f9cd093782a8827fdccd2f2ed1ff790cb35a3.zip symfony-security-5a8f9cd093782a8827fdccd2f2ed1ff790cb35a3.tar.gz symfony-security-5a8f9cd093782a8827fdccd2f2ed1ff790cb35a3.tar.bz2 |
fixed @expectedException class namesv2.2.11
Diffstat (limited to 'Tests/Core/Authentication/AuthenticationProviderManagerTest.php')
-rw-r--r-- | Tests/Core/Authentication/AuthenticationProviderManagerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Core/Authentication/AuthenticationProviderManagerTest.php b/Tests/Core/Authentication/AuthenticationProviderManagerTest.php index 12eb568..4120995 100644 --- a/Tests/Core/Authentication/AuthenticationProviderManagerTest.php +++ b/Tests/Core/Authentication/AuthenticationProviderManagerTest.php @@ -20,7 +20,7 @@ use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken; class AuthenticationProviderManagerTest extends \PHPUnit_Framework_TestCase { /** - * @expectedException InvalidArgumentException + * @expectedException \InvalidArgumentException */ public function testAuthenticateWithoutProviders() { |