summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-04-27 15:06:26 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-04-27 15:06:26 +0200
commit7d0eba7a417b28b6dbf12db277be0ed03e8cd0bc (patch)
tree30012c0381b1ce077c790bf4ab19f261f622dc3b /tests
parent678b7d7e4d042ede16261c7eae659b10e597fd55 (diff)
parent936d5640582ad5540d8287a133af06b3c9621bed (diff)
downloadnextcloud-server-7d0eba7a417b28b6dbf12db277be0ed03e8cd0bc.tar.gz
nextcloud-server-7d0eba7a417b28b6dbf12db277be0ed03e8cd0bc.zip
Merge pull request #15886 from owncloud/fix-15848-master
Adjust isLocal() on encryption wrapper
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/files/storage/wrapper/encryption.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lib/files/storage/wrapper/encryption.php b/tests/lib/files/storage/wrapper/encryption.php
index 93bf8c13e9b..6fc9b17fad0 100644
--- a/tests/lib/files/storage/wrapper/encryption.php
+++ b/tests/lib/files/storage/wrapper/encryption.php
@@ -200,4 +200,7 @@ class Encryption extends \Test\Files\Storage\Storage {
);
}
+ public function testIsLocal() {
+ $this->assertFalse($this->instance->isLocal());
+ }
}