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.
1 parent 706b8f8 commit 0cc141cCopy full SHA for 0cc141c
dev/tests/integration/testsuite/Magento/Catalog/Model/ImageUploaderTest.php
@@ -82,8 +82,7 @@ public function testSaveFileToTmpDir()
82
*/
83
public function testMoveFileFromTmp()
84
{
85
- $expectedFileName = 'magento_small_image_1.jpg';
86
- $expectedFilePath = $this->imageUploader->getBasePath() . DIRECTORY_SEPARATOR . $expectedFileName;
+ $expectedFilePath = $this->imageUploader->getBasePath() . DIRECTORY_SEPARATOR . 'magento_small_image_1.jpg';
87
88
$this->assertFileNotExists($this->mediaDirectory->getAbsolutePath($expectedFilePath));
89
0 commit comments