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 42f90cf commit d16d30aCopy full SHA for d16d30a
app/code/Magento/Email/Test/Unit/Model/AbstractTemplateTest.php
@@ -69,9 +69,6 @@ protected function setUp()
69
$this->design = $this->getMockBuilder(\Magento\Framework\View\DesignInterface::class)
70
->disableOriginalConstructor()
71
->getMock();
72
- $this->registry = $this->getMockBuilder(\Magento\Framework\Registry::class)
73
- ->disableOriginalConstructor()
74
- ->getMock();
75
$this->appEmulation = $this->getMockBuilder(\Magento\Store\Model\App\Emulation::class)
76
77
0 commit comments