getParent() public method

public getParent ( ) : string
return string
Esempio n. 1
0
 /**
  * @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));
 }