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

iShouldBeNotifiedOfFailure() public method

    public function iShouldBeNotifiedOfFailure()
    {
        $this->notificationChecker->checkNotification("Cannot delete, the product variant is in use.", NotificationType::failure());
    }
ManagingProductVariantsContext