Tests update

This commit is contained in:
acsfer 2021-08-15 12:23:29 +02:00 committed by backportbot[bot]
parent eea1c23719
commit b3482b1d06

View file

@ -624,7 +624,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);