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.
2 parents c59e602 + 3185123 commit 5ccde33Copy full SHA for 5ccde33
app/code/Magento/Newsletter/Test/Unit/Model/ProblemTest.php
@@ -68,6 +68,7 @@ protected function setUp()
68
->disableOriginalConstructor()
69
->getMock();
70
$this->subscriberFactoryMock = $this->getMockBuilder(SubscriberFactory::class)
71
+ ->disableOriginalConstructor()
72
73
$this->subscriberMock = $this->getMockBuilder(Subscriber::class)
74
0 commit comments