summaryrefslogtreecommitdiffstats
path: root/tests/lib/encryption
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-04-24 13:06:27 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2015-04-24 13:12:45 +0200
commit781cfff2216c4dfab109996f62ee7afd912dce17 (patch)
tree37c656fe0030ee358ebccd2b09a20ed1337637df /tests/lib/encryption
parent1592be117a4286508b7841a2b1e640d3655e7503 (diff)
downloadnextcloud-server-781cfff2216c4dfab109996f62ee7afd912dce17.tar.gz
nextcloud-server-781cfff2216c4dfab109996f62ee7afd912dce17.zip
Deduplicate data provider and fix method visibility
Diffstat (limited to 'tests/lib/encryption')
-rw-r--r--tests/lib/encryption/updatetest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/encryption/updatetest.php b/tests/lib/encryption/updatetest.php
index 28bb0031308..08d4125735d 100644
--- a/tests/lib/encryption/updatetest.php
+++ b/tests/lib/encryption/updatetest.php
@@ -52,7 +52,7 @@ class UpdateTest extends TestCase {
/** @var \OC\Encryption\File | \PHPUnit_Framework_MockObject_MockObject */
private $fileHelper;
- public function setUp() {
+ protected function setUp() {
parent::setUp();
$this->view = $this->getMockBuilder('\OC\Files\View')