Update Tests

This commit is contained in:
acsfer 2021-10-22 12:16:11 +02:00 committed by backportbot[bot]
parent b3482b1d06
commit 8610099c5f

View file

@ -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')