Skip to content

Commit bddb163

Browse files
committed
MAGETWO-60483: Catalog broken when all child products of configurable are disabled
- Fixes after code review;
1 parent d50c04b commit bddb163

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Catalog/Test/Unit/Pricing/Render/FinalPriceBoxTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ class FinalPriceBoxTest extends \PHPUnit_Framework_TestCase
6161
protected $price;
6262

6363
/**
64-
* @var \Magento\Catalog\Model\Product\Pricing\Renderer\SalableResolverInterface
65-
* | \PHPUnit_Framework_MockObject_MockObject
64+
* @var SalableResolverInterface|\PHPUnit_Framework_MockObject_MockObject
6665
*/
6766
private $salableResolverMock;
6867

0 commit comments

Comments
 (0)