Ejemplo n.º 1
0
 public function testTableRowReadOnly()
 {
     $table = $this->_table['bugs'];
     $row1 = new Zend_Db_Table_Row(array('db' => $this->_db, 'table' => $table, 'readOnly' => true));
     $this->assertTrue($row1->isReadOnly());
 }