Skip to content

Commit df35dda

Browse files
author
Burlacu Vasilii
committed
Fix failed unit test
1 parent 1e1ebd3 commit df35dda

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/code/Magento/Catalog/Test/Unit/Block/Product/ListProductTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,6 @@ public function testGetIdentities()
187187
->method('getProductCollection')
188188
->will($this->returnValue($this->prodCollectionMock));
189189

190-
$this->layoutMock->expects($this->once())
191-
->method('getBlock')
192-
->will($this->returnValue($this->toolbarMock));
193-
194190
$this->assertEquals(
195191
[$categoryTag, $productTag],
196192
$this->block->getIdentities()

0 commit comments

Comments
 (0)