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

thereShouldStillBeOnlyOneTaxonWithCode() public method

    public function thereShouldStillBeOnlyOneTaxonWithCode($code)
    {
        Assert::true($this->updatePage->hasResourceValues(['code' => $code]), sprintf('Taxon with code %s cannot be found.', $code));
    }