Skip to content

Commit d16d30a

Browse files
author
Oleksandr Gorkun
committed
MC-29567: [2.4.x] Remove SID query parameter-related method calls
1 parent 42f90cf commit d16d30a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/code/Magento/Email/Test/Unit/Model/AbstractTemplateTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ protected function setUp()
6969
$this->design = $this->getMockBuilder(\Magento\Framework\View\DesignInterface::class)
7070
->disableOriginalConstructor()
7171
->getMock();
72-
$this->registry = $this->getMockBuilder(\Magento\Framework\Registry::class)
73-
->disableOriginalConstructor()
74-
->getMock();
7572
$this->appEmulation = $this->getMockBuilder(\Magento\Store\Model\App\Emulation::class)
7673
->disableOriginalConstructor()
7774
->getMock();

0 commit comments

Comments
 (0)