Skip to content

Commit 8925839

Browse files
solracsfMichaIng
authored andcommitted
Update Tests
1 parent 4f5ef75 commit 8925839

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/lib/Files/Storage/Wrapper/EncryptionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ public function testGetHeaderAddLegacyModule($header, $isEncrypted, $exists, $ex
641641
->disableOriginalConstructor()->getMock();
642642

643643
$sourceStorage->expects($this->once())
644-
->method('file_exists')
644+
->method('is_file')
645645
->willReturn($exists);
646646

647647
$util = $this->getMockBuilder('\OC\Encryption\Util')

0 commit comments

Comments
 (0)