From ccc29a3da2f32c361fd1d2e1fede83b863798690 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 6 Oct 2016 14:05:52 +0200 Subject: Fix tests Signed-off-by: Joas Schilling --- tests/Settings/Controller/EncryptionControllerTest.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/Settings/Controller/EncryptionControllerTest.php') 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') -- cgit v1.2.3