diff options
author | Fran Moreno <franmomu@gmail.com> | 2012-12-27 22:06:37 +0100 |
---|---|---|
committer | Fran Moreno <franmomu@gmail.com> | 2012-12-27 22:06:37 +0100 |
commit | 52e8d757711320d5a9fa1ec20bf74048411d1d2d (patch) | |
tree | fc80fc5a05d1a02f87ed2e7926b6a582aa5d75d8 | |
parent | 78e25f39b81ccadc5ead77f2c1e1099492875a9c (diff) | |
download | symfony-security-52e8d757711320d5a9fa1ec20bf74048411d1d2d.zip symfony-security-52e8d757711320d5a9fa1ec20bf74048411d1d2d.tar.gz symfony-security-52e8d757711320d5a9fa1ec20bf74048411d1d2d.tar.bz2 |
[Tests] Fix namespaces
-rw-r--r-- | Tests/Http/Firewall/ContextListenerTest.php | 2 |
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; |