Skip to content

Commit

Permalink
Fix failed unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Burlacu Vasilii committed Mar 18, 2020
1 parent 1e1ebd3 commit df35dda
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,6 @@ public function testGetIdentities()
->method('getProductCollection')
->will($this->returnValue($this->prodCollectionMock));

$this->layoutMock->expects($this->once())
->method('getBlock')
->will($this->returnValue($this->toolbarMock));

$this->assertEquals(
[$categoryTag, $productTag],
$this->block->getIdentities()
Expand Down

0 comments on commit df35dda

Please sign in to comment.