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 c6d1732 commit 2152673Copy full SHA for 2152673
dev/tests/integration/testsuite/Magento/Framework/File/NameTest.php
@@ -12,9 +12,7 @@
12
use Magento\Framework\Filesystem;
13
14
/**
15
- * Test for \Magento\Framework\File\Uploader
16
- *
17
- * @magentoDataFixture Magento/Framework/File/_files/framework_file_name.php
+ * Test for \Magento\Framework\File\Name
18
*/
19
class NameTest extends \PHPUnit\Framework\TestCase
20
{
@@ -45,6 +43,7 @@ protected function setUp(): void
45
43
*
46
44
* @throws \Magento\Framework\Exception\FileSystemException
47
+ * @magentoDataFixture Magento/Framework/File/_files/framework_file_name.php
48
* @dataProvider getNewFileNameDataProvider
49
50
public function testGetNewFileName($directory, $destinationFile, $expectedFileName)
0 commit comments