summaryrefslogtreecommitdiffstats
path: root/Tests/Http/Authentication/DefaultAuthenticationFailureHandlerTest.php
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2013-12-30 08:13:22 +0100
committerFabien Potencier <fabien.potencier@gmail.com>2013-12-30 22:13:42 +0100
commit47a99c77ac4ea45ab1e20b3d95450cd39204e123 (patch)
tree80a9f34539021ae38c2b03b0e2002fe6b84dcaf7 /Tests/Http/Authentication/DefaultAuthenticationFailureHandlerTest.php
parent2edf1f33f7595aec863d3b23147ce389c50a7cf5 (diff)
downloadsymfony-security-47a99c77ac4ea45ab1e20b3d95450cd39204e123.zip
symfony-security-47a99c77ac4ea45ab1e20b3d95450cd39204e123.tar.gz
symfony-security-47a99c77ac4ea45ab1e20b3d95450cd39204e123.tar.bz2
fixes PSR-0 issues in tests
Diffstat (limited to 'Tests/Http/Authentication/DefaultAuthenticationFailureHandlerTest.php')
-rw-r--r--Tests/Http/Authentication/DefaultAuthenticationFailureHandlerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Http/Authentication/DefaultAuthenticationFailureHandlerTest.php b/Tests/Http/Authentication/DefaultAuthenticationFailureHandlerTest.php
index c51893f..e610b6b 100644
--- a/Tests/Http/Authentication/DefaultAuthenticationFailureHandlerTest.php
+++ b/Tests/Http/Authentication/DefaultAuthenticationFailureHandlerTest.php
@@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
-namespace Symfony\Component\Security\Tests\Http;
+namespace Symfony\Component\Security\Tests\Http\Authentication;
use Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler;
use Symfony\Component\Security\Core\SecurityContextInterface;