Skip to content

Commit dc97b71

Browse files
committed
MAGETWO-61628: [Backport] - Match products by rule in admin not working - for 2.0
1 parent e1994e0 commit dc97b71

File tree

1 file changed

+1
-2
lines changed
  • app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Category

1 file changed

+1
-2
lines changed

app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Category/SaveTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,7 @@ public function testExecute($categoryId, $storeId, $activeTabId, $parentId)
365365
);
366366

367367
/**
368-
* @var \Magento\Store\Model\Store
369-
* |\PHPUnit_Framework_MockObject_MockObject $storeMock
368+
* @var \Magento\Store\Model\Store|\PHPUnit_Framework_MockObject_MockObject $storeMock
370369
*/
371370
$storeMock = $this->getMock(
372371
\Magento\Store\Model\Store::class,

0 commit comments

Comments
 (0)