diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2013-11-26 17:40:27 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2013-11-26 17:40:27 +0100 |
commit | b2f2ebcf877061a3e9cbc568cad0f4f97ce63c93 (patch) | |
tree | dd7e3ab02d080c2a28e6ce3fe2b4b9d5baf3f369 /Http/Tests/Firewall | |
parent | ae15924e93eed91f743582fcbd2b48b11a4b8973 (diff) | |
parent | d195e94d9bdc366116887ee9c5eee04eb9dc1a76 (diff) | |
download | symfony-security-b2f2ebcf877061a3e9cbc568cad0f4f97ce63c93.zip symfony-security-b2f2ebcf877061a3e9cbc568cad0f4f97ce63c93.tar.gz symfony-security-b2f2ebcf877061a3e9cbc568cad0f4f97ce63c93.tar.bz2 |
Merge branch '2.3' into 2.4v2.4.0
* 2.3:
Fixed mistake in upgrade docu
Container::camelize also takes backslashes into consideration
fixed typos
fixed @expectedException class names
fixed some typos
fixed @expectedException class names
Typo and better wording for german validator translation
Diffstat (limited to 'Http/Tests/Firewall')
-rw-r--r-- | Http/Tests/Firewall/LogoutListenerTest.php | 2 | ||||
-rw-r--r-- | Http/Tests/Firewall/X509AuthenticationListenerTest.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Http/Tests/Firewall/LogoutListenerTest.php b/Http/Tests/Firewall/LogoutListenerTest.php index c279523..29ce114 100644 --- a/Http/Tests/Firewall/LogoutListenerTest.php +++ b/Http/Tests/Firewall/LogoutListenerTest.php @@ -122,7 +122,7 @@ class LogoutListenerTest extends \PHPUnit_Framework_TestCase } /** - * @expectedException RuntimeException + * @expectedException \RuntimeException */ public function testSuccessHandlerReturnsNonResponse() { diff --git a/Http/Tests/Firewall/X509AuthenticationListenerTest.php b/Http/Tests/Firewall/X509AuthenticationListenerTest.php index 1724591..7725f4b 100644 --- a/Http/Tests/Firewall/X509AuthenticationListenerTest.php +++ b/Http/Tests/Firewall/X509AuthenticationListenerTest.php @@ -57,7 +57,7 @@ class X509AuthenticationListenerTest extends \PHPUnit_Framework_TestCase } /** - * @expectedException Symfony\Component\Security\Core\Exception\BadCredentialsException + * @expectedException \Symfony\Component\Security\Core\Exception\BadCredentialsException */ public function testGetPreAuthenticatedDataNoUser() { |