Esempio n. 1
0
 /**
  */
 public function testCommitTransactionException()
 {
     $this->setExpectedException('PHPUnit_Framework_Error', 'Transaction not started');
     $this->object->commitTransaction();
 }