コード例 #1
0
ファイル: TransactionTest.php プロジェクト: Macavity/phormium
 /**
  * @expectedException \Exception
  * @expectedExceptionMessage Given argument is not callable.
  */
 public function testCallbackInvalidArgument()
 {
     DB::transaction(10);
 }