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.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/Security/CSRF/CsrfTokenGeneratorTest.php b/tests/lib/Security/CSRF/CsrfTokenGeneratorTest.php
index 5ab15c73bf2..10ab0f00c94 100644
--- a/tests/lib/Security/CSRF/CsrfTokenGeneratorTest.php
+++ b/tests/lib/Security/CSRF/CsrfTokenGeneratorTest.php
@@ -32,7 +32,6 @@ class CsrfTokenGeneratorTest extends \Test\TestCase {
$this->random = $this->getMockBuilder('\OCP\Security\ISecureRandom')
->disableOriginalConstructor()->getMock();
$this->csrfTokenGenerator = new \OC\Security\CSRF\CsrfTokenGenerator($this->random);
-
}
public function testGenerateTokenWithCustomNumber() {