summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFran Moreno <franmomu@gmail.com>2012-12-27 22:06:37 +0100
committerFran Moreno <franmomu@gmail.com>2012-12-27 22:06:37 +0100
commit52e8d757711320d5a9fa1ec20bf74048411d1d2d (patch)
treefc80fc5a05d1a02f87ed2e7926b6a582aa5d75d8
parent78e25f39b81ccadc5ead77f2c1e1099492875a9c (diff)
downloadsymfony-security-52e8d757711320d5a9fa1ec20bf74048411d1d2d.zip
symfony-security-52e8d757711320d5a9fa1ec20bf74048411d1d2d.tar.gz
symfony-security-52e8d757711320d5a9fa1ec20bf74048411d1d2d.tar.bz2
[Tests] Fix namespaces
-rw-r--r--Tests/Http/Firewall/ContextListenerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Http/Firewall/ContextListenerTest.php b/Tests/Http/Firewall/ContextListenerTest.php
index d360ef5..620aa29 100644
--- a/Tests/Http/Firewall/ContextListenerTest.php
+++ b/Tests/Http/Firewall/ContextListenerTest.php
@@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
-namespace Symfony\Test\Component\Security\Http\Firewall;
+namespace Symfony\Component\Security\Tests\Http\Firewall;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;