aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Settings/Controller/EncryptionControllerTest.php
diff options
context:
space:
mode:
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')