Tests update

This commit is contained in:
acsfer 2021-08-15 12:23:29 +02:00 committed by MichaIng
parent 023c060305
commit 4f5ef75d82

View file

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