コード例 #1
0
ファイル: TransactionTest.php プロジェクト: Macavity/phormium
 /**
  * @expectedException \Exception
  * @expectedExceptionMessage Cannot commit. Not in transaction.
  */
 public function testCommitBeforeBegin()
 {
     DB::commit();
 }