File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Category Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 20
20
use Magento \Framework \App \RequestInterface ;
21
21
use Magento \Framework \App \ResponseInterface ;
22
22
use Magento \Framework \Event \ManagerInterface ;
23
- use Magento \Framework \Registry ;
24
23
use Magento \Framework \TestFramework \Unit \Helper \ObjectManager as ObjectManagerHelper ;
25
24
use Magento \Store \Model \StoreManagerInterface ;
26
25
use PHPUnit \Framework \MockObject \MockObject ;
@@ -56,10 +55,6 @@ protected function setUp(): void
56
55
StoreManagerInterface::class,
57
56
$ this ->createMock (StoreManagerInterface::class)
58
57
],
59
- [
60
- Registry::class,
61
- $ this ->createMock (Registry::class)
62
- ],
63
58
[
64
59
Config::class,
65
60
$ this ->createMock (Config::class)
Original file line number Diff line number Diff line change 26
26
use PHPUnit \Framework \MockObject \MockObject ;
27
27
use PHPUnit \Framework \TestCase ;
28
28
use Magento \Framework \Stdlib \DateTime \Filter \Date ;
29
- use Magento \Framework \Registry ;
30
29
use Magento \Cms \Model \Wysiwyg \Config ;
31
30
32
31
/**
@@ -128,10 +127,6 @@ protected function setUp(): void
128
127
StoreManagerInterface::class,
129
128
$ this ->createMock (StoreManagerInterface::class)
130
129
],
131
- [
132
- Registry::class,
133
- $ this ->createMock (Registry::class)
134
- ],
135
130
[
136
131
Config::class,
137
132
$ this ->createMock (Config::class)
You can’t perform that action at this time.
0 commit comments