/** * @Given it should not belong to any other taxon */ 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)); }