コード例 #1
0
 /**
  * Evaluates controller response header is sent
  *
  * @param EcomDev_PHPUnit_Controller_ResponseInterface $other
  * @return bool
  */
 protected function evaluateSent($other)
 {
     $this->setActualValue($other->getSentHeaders());
     return $other->getSentHeader($this->_headerName) !== false;
 }