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

iShouldBeNotifiedThatItHasBeenSuccessfullyGenerated() public method

    public function iShouldBeNotifiedThatItHasBeenSuccessfullyGenerated()
    {
        $this->notificationChecker->checkNotification('Success Product variants have been successfully generated.', NotificationType::success());
    }
ManagingProductVariantsContext