Пример #1
0
 /**
  * @expectedException Mage_Core_Exception
  * @expectedExceptionMessage Entity is unknown
  */
 public function testGetEntityEntityIsNotSet()
 {
     $this->_model->getEntity();
 }