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

iShouldBeNotifiedThatPricesInAllChannelsMustBeDefined() public method

    public function iShouldBeNotifiedThatPricesInAllChannelsMustBeDefined()
    {
        Assert::same($this->createPage->getPricesValidationMessage(), 'You must define price for every channel.');
    }
ManagingProductVariantsContext