Skip to content

Commit 05b40d1

Browse files
committed
Remove unused variable
1 parent 4afef63 commit 05b40d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Persistent/Test/Unit/Block/Header/AdditionalTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ public function testToHtml($customerId)
264264
$this->eventManagerMock->expects($this->at(0))
265265
->method('dispatch')
266266
->with('view_block_abstract_to_html_before', ['block' => $this->additional]);
267-
$transport = new \Magento\Framework\DataObject(['html' => '']);
268267
$this->eventManagerMock->expects($this->at(1))
269268
->method('dispatch')
270269
->with('view_block_abstract_to_html_after');

0 commit comments

Comments
 (0)