コード例 #1
0
ファイル: AdapterTest.php プロジェクト: azema/phigrate
 /**
  */
 public function testCommitTransactionException()
 {
     $this->setExpectedException('PHPUnit_Framework_Error', 'Transaction not started');
     $this->object->commitTransaction();
 }