mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Update Tests
This commit is contained in:
parent
11169c86f8
commit
dae769d082
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue