File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed
dev/tests/integration/testsuite/Magento/ConfigurableProduct/Model/Product Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change 16
16
*/
17
17
class VariationHandlerTest extends \PHPUnit_Framework_TestCase
18
18
{
19
- /**
20
- * Object under test
21
- *
22
- * @var \Magento\ConfigurableProduct\Model\Product\VariationHandler
23
- */
24
- protected $ _model ;
19
+ /** @var \Magento\ConfigurableProduct\Model\Product\VariationHandler */
20
+ private $ _model ;
25
21
26
- /**
27
- * @var \Magento\Catalog\Model\Product
28
- */
29
- protected $ _product ;
22
+ /** @var \Magento\Catalog\Model\Product */
23
+ private $ _product ;
30
24
31
25
/** @var \Magento\CatalogInventory\Api\StockRegistryInterface */
32
- protected $ stockRegistry ;
26
+ private $ stockRegistry ;
33
27
34
28
protected function setUp ()
35
29
{
@@ -68,7 +62,6 @@ public function testGenerateSimpleProducts($productsData)
68
62
$ this ->assertNotNull ($ product ->getPrice ());
69
63
$ this ->assertNotNull ($ product ->getWeight ());
70
64
$ this ->assertEquals ('1 ' , $ stockItem ->getIsInStock ());
71
-
72
65
}
73
66
}
74
67
You can’t perform that action at this time.
0 commit comments