summaryrefslogtreecommitdiffstats
path: root/tests/lib/security/csrf/CsrfTokenGeneratorTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/security/csrf/CsrfTokenGeneratorTest.php')
-rw-r--r--tests/lib/security/csrf/CsrfTokenGeneratorTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/security/csrf/CsrfTokenGeneratorTest.php b/tests/lib/security/csrf/CsrfTokenGeneratorTest.php
index be7434f514f..28b85c3951f 100644
--- a/tests/lib/security/csrf/CsrfTokenGeneratorTest.php
+++ b/tests/lib/security/csrf/CsrfTokenGeneratorTest.php
@@ -19,6 +19,8 @@
*
*/
+namespace Test\Security\CSRF;
+
class CsrfTokenGeneratorTest extends \Test\TestCase {
/** @var \OCP\Security\ISecureRandom */
private $random;