diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-04-27 14:26:05 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-04-27 14:26:05 +0200 |
commit | 936d5640582ad5540d8287a133af06b3c9621bed (patch) | |
tree | 9da8447fa6510563222912e2be4a0b7339ba1503 /tests | |
parent | 93c25a1f4af11483baaef447faa235c938b2a444 (diff) | |
download | nextcloud-server-936d5640582ad5540d8287a133af06b3c9621bed.tar.gz nextcloud-server-936d5640582ad5540d8287a133af06b3c9621bed.zip |
fixes #15848
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/files/storage/wrapper/encryption.php | 3 |
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()); + } } |