We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e12ea02 + 9a44da1 commit a5ca892Copy full SHA for a5ca892
app/code/Magento/MediaStorage/Test/Unit/Service/ImageResizeTest.php
@@ -248,7 +248,7 @@ function () {
248
$this->mediaDirectoryMock->expects($this->any())
249
->method('isFile')
250
->with($this->testfilepath)
251
- ->will($this->returnValue(false));
+ ->will($this->returnValue(true));
252
253
$this->databaseMock->expects($this->once())
254
->method('saveFileToFilesystem')
0 commit comments