diff options
author | acsfer <carlos@reendex.com> | 2021-08-15 12:23:29 +0200 |
---|---|---|
committer | acsfer <carlos@reendex.com> | 2021-08-15 12:23:29 +0200 |
commit | 11169c86f82c6bb657695bc17fd29b6cf14ed762 (patch) | |
tree | a5ead7ddbb86e7616a089938ddcfc616414ffd2c /tests | |
parent | 9324a74bbaa37dd57ac3db33074aa3547d347313 (diff) | |
download | nextcloud-server-11169c86f82c6bb657695bc17fd29b6cf14ed762.tar.gz nextcloud-server-11169c86f82c6bb657695bc17fd29b6cf14ed762.zip |
Tests update
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/Files/Storage/Wrapper/EncryptionTest.php | 2 |
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 a4ee5e45bd5..73e9192d4ad 100644 --- a/tests/lib/Files/Storage/Wrapper/EncryptionTest.php +++ b/tests/lib/Files/Storage/Wrapper/EncryptionTest.php @@ -624,7 +624,7 @@ class EncryptionTest extends Storage { $util->expects($this->once())->method('stripPartialFileExtension') ->with($path)->willReturn($strippedPath); $sourceStorage->expects($this->once()) - ->method('file_exists') + ->method('is_file') ->with($strippedPath) ->willReturn($strippedPathExists); |