summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoracsfer <carlos@reendex.com>2021-10-22 12:16:11 +0200
committerGitHub <noreply@github.com>2021-10-22 12:16:11 +0200
commitdae769d082ffcde2c4f0b4cb27e7afd4c35023d7 (patch)
tree0ffa687555b99c33b5b60f12477c4d3700034316 /tests
parent11169c86f82c6bb657695bc17fd29b6cf14ed762 (diff)
downloadnextcloud-server-dae769d082ffcde2c4f0b4cb27e7afd4c35023d7.tar.gz
nextcloud-server-dae769d082ffcde2c4f0b4cb27e7afd4c35023d7.zip
Update Tests
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/Files/Storage/Wrapper/EncryptionTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Files/Storage/Wrapper/EncryptionTest.php b/tests/lib/Files/Storage/Wrapper/EncryptionTest.php
index 73e9192d4ad..71af8fb7ece 100644
--- a/tests/lib/Files/Storage/Wrapper/EncryptionTest.php
+++ b/tests/lib/Files/Storage/Wrapper/EncryptionTest.php
@@ -652,7 +652,7 @@ class EncryptionTest extends Storage {
->disableOriginalConstructor()->getMock();
$sourceStorage->expects($this->once())
- ->method('file_exists')
+ ->method('is_file')
->willReturn($exists);
$util = $this->getMockBuilder('\OC\Encryption\Util')