21 private $productRepository;
26 private $productAssert;
39 $this->optionRepository = $optionRepository;
40 $this->productAssert = $productAssert;
54 $this->productAssert->assertProductType(
'simple',
$product);
__construct(\Magento\Catalog\Api\ProductRepositoryInterface $productRepository, \Magento\ConfigurableProduct\Api\OptionRepositoryInterface $optionRepository, \Magento\Setup\Fixtures\FixturesAsserts\ProductAssert $productAssert)