aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Settings/Controller/EncryptionControllerTest.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-10-06 14:05:52 +0200
committerJoas Schilling <coding@schilljs.com>2016-10-06 14:05:52 +0200
commitccc29a3da2f32c361fd1d2e1fede83b863798690 (patch)
tree4ee89838a0a4ede8e69604bcf66eca68b380d946 /tests/Settings/Controller/EncryptionControllerTest.php
parentbc8186e4c5398432097ca1287f7241c7c03c7ddc (diff)
downloadnextcloud-server-ccc29a3da2f32c361fd1d2e1fede83b863798690.tar.gz
nextcloud-server-ccc29a3da2f32c361fd1d2e1fede83b863798690.zip
Fix tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests/Settings/Controller/EncryptionControllerTest.php')
-rw-r--r--tests/Settings/Controller/EncryptionControllerTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Settings/Controller/EncryptionControllerTest.php b/tests/Settings/Controller/EncryptionControllerTest.php
index adbbe2cf6a4..bbc2d7b6599 100644
--- a/tests/Settings/Controller/EncryptionControllerTest.php
+++ b/tests/Settings/Controller/EncryptionControllerTest.php
@@ -55,6 +55,7 @@ class EncryptionControllerTest extends TestCase {
private $encryptionController;
public function setUp() {
+ parent::setUp();
$this->request = $this->getMockBuilder('\\OCP\\IRequest')
->disableOriginalConstructor()->getMock();
$this->l10n = $this->getMockBuilder('\\OCP\\IL10N')