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

itShouldNotBelongToAnyOtherTaxon() public method

    public function itShouldNotBelongToAnyOtherTaxon()
    {
        $parent = $this->updatePage->getParent();
        Assert::isEmpty($parent, sprintf('Current taxon should not belong to any other, but it does belong to "%s"', $parent));
    }