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 7268128 commit c5b32c8Copy full SHA for c5b32c8
dev/tests/integration/testsuite/Magento/Catalog/Model/ImageUploaderTest.php
@@ -88,8 +88,7 @@ public function testSaveFileToTmpDir(): void
88
*/
89
public function testMoveFileFromTmp(): void
90
{
91
- $expectedFileName = 'magento_small_image_1.jpg';
92
- $expectedFilePath = $this->imageUploader->getBasePath() . DIRECTORY_SEPARATOR . $expectedFileName;
+ $expectedFilePath = $this->imageUploader->getBasePath() . DIRECTORY_SEPARATOR . 'magento_small_image_1.jpg';
93
94
$this->assertFileNotExists($this->mediaDirectory->getAbsolutePath($expectedFilePath));
95
0 commit comments