Skip to content

Commit 2152673

Browse files
committed
B2B-2058: ImageUploader uses Name class which works only with local FS
1 parent c6d1732 commit 2152673

File tree

1 file changed

+2
-3
lines changed
  • dev/tests/integration/testsuite/Magento/Framework/File

1 file changed

+2
-3
lines changed

dev/tests/integration/testsuite/Magento/Framework/File/NameTest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
use Magento\Framework\Filesystem;
1313

1414
/**
15-
* Test for \Magento\Framework\File\Uploader
16-
*
17-
* @magentoDataFixture Magento/Framework/File/_files/framework_file_name.php
15+
* Test for \Magento\Framework\File\Name
1816
*/
1917
class NameTest extends \PHPUnit\Framework\TestCase
2018
{
@@ -45,6 +43,7 @@ protected function setUp(): void
4543
*
4644
* @throws \Magento\Framework\Exception\FileSystemException
4745
*
46+
* @magentoDataFixture Magento/Framework/File/_files/framework_file_name.php
4847
* @dataProvider getNewFileNameDataProvider
4948
*/
5049
public function testGetNewFileName($directory, $destinationFile, $expectedFileName)

0 commit comments

Comments
 (0)