Skip to content

Commit 41562d0

Browse files
committed
Fixed namespace for Test classes
1 parent 4229fa2 commit 41562d0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/code/Magento/ImportExport/Test/Unit/Controller/Adminhtml/Export/File/DeleteTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
declare(strict_types=1);
77

8-
namespace Magento\ImportExport\Controller\Adminhtml\Export\File;
8+
namespace Magento\ImportExport\Test\Unit\Controller\Adminhtml\Export\File;
99

1010
use Magento\Backend\App\Action\Context;
1111
use Magento\Backend\Model\View\Result\Redirect;
@@ -17,6 +17,7 @@
1717
use Magento\Framework\Filesystem\DriverInterface;
1818
use Magento\Framework\Message\ManagerInterface;
1919
use Magento\Framework\TestFramework\Unit\Helper\ObjectManager as ObjectManagerHelper;
20+
use Magento\ImportExport\Controller\Adminhtml\Export\File\Delete;
2021
use PHPUnit\Framework\MockObject\MockObject;
2122
use PHPUnit\Framework\TestCase;
2223

app/code/Magento/ImportExport/Test/Unit/Controller/Adminhtml/Export/File/DownloadTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
declare(strict_types=1);
77

8-
namespace Magento\ImportExport\Controller\Adminhtml\Export\File;
8+
namespace Magento\ImportExport\Test\Unit\Controller\Adminhtml\Export\File;
99

1010
use Magento\Backend\App\Action\Context;
1111
use Magento\Backend\Model\View\Result\Redirect;
@@ -17,6 +17,7 @@
1717
use Magento\Framework\Filesystem\Directory\ReadInterface;
1818
use Magento\Framework\Message\ManagerInterface;
1919
use Magento\Framework\TestFramework\Unit\Helper\ObjectManager as ObjectManagerHelper;
20+
use Magento\ImportExport\Controller\Adminhtml\Export\File\Download;
2021
use PHPUnit\Framework\MockObject\MockObject;
2122
use PHPUnit\Framework\TestCase;
2223

0 commit comments

Comments
 (0)