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 1e1ebd3 commit df35ddaCopy full SHA for df35dda
app/code/Magento/Catalog/Test/Unit/Block/Product/ListProductTest.php
@@ -187,10 +187,6 @@ public function testGetIdentities()
187
->method('getProductCollection')
188
->will($this->returnValue($this->prodCollectionMock));
189
190
- $this->layoutMock->expects($this->once())
191
- ->method('getBlock')
192
- ->will($this->returnValue($this->toolbarMock));
193
-
194
$this->assertEquals(
195
[$categoryTag, $productTag],
196
$this->block->getIdentities()
0 commit comments