Sylius\Behat\Context\Ui\Admin\ManagingProductVariantsContext::iWantToGenerateNewVariantsForThisProduct PHP Method

iWantToGenerateNewVariantsForThisProduct() public method

public iWantToGenerateNewVariantsForThisProduct ( Sylius\Component\Core\Model\ProductInterface $product )
$product Sylius\Component\Core\Model\ProductInterface
    public function iWantToGenerateNewVariantsForThisProduct(ProductInterface $product)
    {
        $this->generatePage->open(['productId' => $product->getId()]);
    }
ManagingProductVariantsContext