6 declare(strict_types=1);
15 use PHPUnit\Framework\TestCase;
25 private $storeManager;
30 private $productRepository;
35 private $configurableView;
76 $this->storeManager->setCurrentStore(
$storeCode);
80 $result = $this->serializer->unserialize($this->configurableView->getJsonConfig());
97 'store_for_eu_website',
101 'store_for_us_website',
testGetSalableOptions(string $storeCode, int $expected)
getSalableOptionsDataProvider()
static getObjectManager()