Skip to content

Commit

Permalink
MAGETWO-61628: [Backport] - Match products by rule in admin not worki…
Browse files Browse the repository at this point in the history
…ng - for 2.0
  • Loading branch information
zakdma committed Dec 20, 2016
1 parent e1994e0 commit dc97b71
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,7 @@ public function testExecute($categoryId, $storeId, $activeTabId, $parentId)
);

/**
* @var \Magento\Store\Model\Store
* |\PHPUnit_Framework_MockObject_MockObject $storeMock
* @var \Magento\Store\Model\Store|\PHPUnit_Framework_MockObject_MockObject $storeMock
*/
$storeMock = $this->getMock(
\Magento\Store\Model\Store::class,
Expand Down

0 comments on commit dc97b71

Please sign in to comment.