mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 02:00:51 -04:00
Tests update
This commit is contained in:
parent
023c060305
commit
4f5ef75d82
1 changed files with 1 additions and 1 deletions
|
|
@ -613,7 +613,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