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 858d9d3 commit db9c6d6Copy full SHA for db9c6d6
app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Category/EditTest.php
@@ -119,26 +119,6 @@ protected function setUp(): void
119
{
120
$this->objectManager = new ObjectManager($this);
121
122
- $objects = [
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)
134
135
136
- Config::class,
137
- $this->createMock(Config::class)
138
- ]
139
- ];
140
- $this->objectManager->prepareObjectManager($objects);
141
-
142
$this->categoryMock = $this->createPartialMock(
143
Category::class,
144
[
0 commit comments