Sylius\Behat\Context\Ui\Admin\ManagingTaxonsContext::thisTaxonShouldNotHaveAnImageWithCode PHP Method

thisTaxonShouldNotHaveAnImageWithCode() public method

    public function thisTaxonShouldNotHaveAnImageWithCode($code)
    {
        Assert::false($this->updatePage->isImageWithCodeDisplayed($code), sprintf('Image with a code %s should not have been displayed.', $code));
    }