Пример #1
0
 /**
  * @expectedException \Zend_Db_Statement_Exception
  */
 public function testDeleteTableRow()
 {
     $this->_model->deleteTableRow('core/resource', 'code', 'integration_test_fixture_setup');
 }