mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -04:00
Update Tests
This commit is contained in:
parent
4f5ef75d82
commit
8925839f08
1 changed files with 1 additions and 1 deletions
|
|
@ -641,7 +641,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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue