summaryrefslogtreecommitdiffstats
path: root/Csrf/Tests/TokenGenerator/UriSafeTokenGeneratorTest.php
diff options
context:
space:
mode:
authorTobias Schultze <webmaster@tubo-world.de>2013-10-16 19:35:25 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2013-10-17 23:29:16 +0200
commitb82e49d699dfba104ee7661e09a5b76bca25ce41 (patch)
treee01010a1a96309534420846b2e1b9176377e195f /Csrf/Tests/TokenGenerator/UriSafeTokenGeneratorTest.php
parent0d5cfc98fe1d250e7b93c370490f060d3f104416 (diff)
downloadsymfony-security-b82e49d699dfba104ee7661e09a5b76bca25ce41.zip
symfony-security-b82e49d699dfba104ee7661e09a5b76bca25ce41.tar.gz
symfony-security-b82e49d699dfba104ee7661e09a5b76bca25ce41.tar.bz2
[Csrf] component fixes
Diffstat (limited to 'Csrf/Tests/TokenGenerator/UriSafeTokenGeneratorTest.php')
-rw-r--r--Csrf/Tests/TokenGenerator/UriSafeTokenGeneratorTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Csrf/Tests/TokenGenerator/UriSafeTokenGeneratorTest.php b/Csrf/Tests/TokenGenerator/UriSafeTokenGeneratorTest.php
index a55056f..ea2f457 100644
--- a/Csrf/Tests/TokenGenerator/UriSafeTokenGeneratorTest.php
+++ b/Csrf/Tests/TokenGenerator/UriSafeTokenGeneratorTest.php
@@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
-namespace Symfony\Component\Form\Tests\Extension\Csrf\CsrfProvider\TokenGenerator;
+namespace Symfony\Component\Security\Csrf\Tests\TokenGenerator;
use Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator;