Exemple #1
0
 /**
  * Evaluates that layout block is a child block of expected one
  *
  * @param EcomDev_PHPUnit_Constraint_Layout_LoggerInterface $other
  * @return boolean
  */
 protected function evaluateParentName($other)
 {
     $this->setActualValue($other->getBlockParent($this->_blockName));
     return $this->_actualValue === $this->_expectedValue;
 }