isEmpty() public static method

public static isEmpty ( $value, $message = '' )
示例#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));
 }