Пример #1
0
 public function testRollback()
 {
     $this->db->beginTransaction();
     $this->assertTrue($this->db->rollback());
 }