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 4afef63 commit 05b40d1Copy full SHA for 05b40d1
app/code/Magento/Persistent/Test/Unit/Block/Header/AdditionalTest.php
@@ -264,7 +264,6 @@ public function testToHtml($customerId)
264
$this->eventManagerMock->expects($this->at(0))
265
->method('dispatch')
266
->with('view_block_abstract_to_html_before', ['block' => $this->additional]);
267
- $transport = new \Magento\Framework\DataObject(['html' => '']);
268
$this->eventManagerMock->expects($this->at(1))
269
270
->with('view_block_abstract_to_html_after');
0 commit comments