File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
app/code/Magento/CatalogUrlRewrite/Test/Unit/Model Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,6 @@ public function setUp()
39
39
40
40
public function testGenerationWithGlobalScope ()
41
41
{
42
- $ categoryMock = $ this ->getMockBuilder (Category::class)
43
- ->disableOriginalConstructor ()
44
- ->getMock ();
45
42
$ categoryCollectionMock = $ this ->getMockBuilder (Collection::class)
46
43
->disableOriginalConstructor ()
47
44
->getMock ();
@@ -79,9 +76,6 @@ public function testGenerationWithGlobalScope()
79
76
80
77
public function testGenerationWithSpecificStore ()
81
78
{
82
- $ categoryMock = $ this ->getMockBuilder (Category::class)
83
- ->disableOriginalConstructor ()
84
- ->getMock ();
85
79
$ categoryCollectionMock = $ this ->getMockBuilder (Collection::class)
86
80
->disableOriginalConstructor ()
87
81
->getMock ();
You can’t perform that action at this time.
0 commit comments