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/Http/Firewall | |
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/Http/Firewall')
-rw-r--r-- | Tests/Http/Firewall/LogoutListenerTest.php | 2 | ||||
-rw-r--r-- | Tests/Http/Firewall/X509AuthenticationListenerTest.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Tests/Http/Firewall/LogoutListenerTest.php b/Tests/Http/Firewall/LogoutListenerTest.php index ba94b6e..456b281 100644 --- a/Tests/Http/Firewall/LogoutListenerTest.php +++ b/Tests/Http/Firewall/LogoutListenerTest.php @@ -142,7 +142,7 @@ class LogoutListenerTest extends \PHPUnit_Framework_TestCase } /** - * @expectedException RuntimeException + * @expectedException \RuntimeException */ public function testSuccessHandlerReturnsNonResponse() { diff --git a/Tests/Http/Firewall/X509AuthenticationListenerTest.php b/Tests/Http/Firewall/X509AuthenticationListenerTest.php index 81ac0f7..c48aeac 100644 --- a/Tests/Http/Firewall/X509AuthenticationListenerTest.php +++ b/Tests/Http/Firewall/X509AuthenticationListenerTest.php @@ -64,7 +64,7 @@ class X509AuthenticationListenerTest extends \PHPUnit_Framework_TestCase } /** - * @expectedException Symfony\Component\Security\Core\Exception\BadCredentialsException + * @expectedException \Symfony\Component\Security\Core\Exception\BadCredentialsException */ public function testGetPreAuthenticatedDataNoUser() { |