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 863a572 commit 2d7cee1Copy full SHA for 2d7cee1
app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Category/EditTest.php
@@ -17,6 +17,7 @@
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;
@@ -123,6 +124,10 @@ protected function setUp(): void
123
124
Date::class,
125
$this->createMock(Date::class)
126
],
127
+ [
128
+ Registry::class,
129
+ $this->createMock(Registry::class)
130
+ ],
131
[
132
StoreManagerInterface::class,
133
$this->createMock(StoreManagerInterface::class)
0 commit comments