diff options
author | Yonel Ceruto <yonelceruto@gmail.com> | 2016-09-02 14:13:13 -0400 |
---|---|---|
committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2016-09-06 09:26:07 +0200 |
commit | b271c97b4345e8d2a488868b2acec152caa451c1 (patch) | |
tree | ac45c16416c7b9e8849c70e1b615df8ff28a2647 | |
parent | 66a4782ddd0539e1b4f2ae2b4058a04af5d21aab (diff) | |
download | symfony-security-b271c97b4345e8d2a488868b2acec152caa451c1.zip symfony-security-b271c97b4345e8d2a488868b2acec152caa451c1.tar.gz symfony-security-b271c97b4345e8d2a488868b2acec152caa451c1.tar.bz2 |
Code enhancement and cleanup
-rw-r--r-- | Http/Tests/Firewall/RememberMeListenerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/Tests/Firewall/RememberMeListenerTest.php b/Http/Tests/Firewall/RememberMeListenerTest.php index 7309042..cd2f1b8 100644 --- a/Http/Tests/Firewall/RememberMeListenerTest.php +++ b/Http/Tests/Firewall/RememberMeListenerTest.php @@ -101,7 +101,7 @@ class RememberMeListenerTest extends \PHPUnit_Framework_TestCase } /** - * @expectedException Symfony\Component\Security\Core\Exception\AuthenticationException + * @expectedException \Symfony\Component\Security\Core\Exception\AuthenticationException * @expectedExceptionMessage Authentication failed. */ public function testOnCoreSecurityIgnoresAuthenticationOptionallyRethrowsExceptionThrownAuthenticationManagerImplementation() |