mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 00:02:54 -04:00
Tests update
This commit is contained in:
parent
eea1c23719
commit
b3482b1d06
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue