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

iWantToCreateANewProduct() public method

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