summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYonel Ceruto <yonelceruto@gmail.com>2016-09-02 14:13:13 -0400
committerNicolas Grekas <nicolas.grekas@gmail.com>2016-09-06 09:26:07 +0200
commitb271c97b4345e8d2a488868b2acec152caa451c1 (patch)
treeac45c16416c7b9e8849c70e1b615df8ff28a2647
parent66a4782ddd0539e1b4f2ae2b4058a04af5d21aab (diff)
downloadsymfony-security-b271c97b4345e8d2a488868b2acec152caa451c1.zip
symfony-security-b271c97b4345e8d2a488868b2acec152caa451c1.tar.gz
symfony-security-b271c97b4345e8d2a488868b2acec152caa451c1.tar.bz2
Code enhancement and cleanup
-rw-r--r--Http/Tests/Firewall/RememberMeListenerTest.php2
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()