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 db9c6d6 commit f9e1e26Copy full SHA for f9e1e26
app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Category/EditTest.php
@@ -17,7 +17,6 @@
17
use Magento\Framework\Controller\Result\JsonFactory;
18
use Magento\Framework\Event\ManagerInterface;
19
use Magento\Framework\ObjectManagerInterface;
20
-use Magento\Framework\Registry;
21
use Magento\Framework\TestFramework\Unit\Helper\ObjectManager;
22
use Magento\Framework\View\LayoutFactory;
23
use Magento\Framework\View\Page\Title;
@@ -26,8 +25,6 @@
26
25
use Magento\Store\Model\StoreManagerInterface;
27
use PHPUnit\Framework\MockObject\MockObject;
28
use PHPUnit\Framework\TestCase;
29
-use Magento\Framework\Stdlib\DateTime\Filter\Date;
30
-use Magento\Cms\Model\Wysiwyg\Config;
31
32
/**
33
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
0 commit comments