コード例 #1
0
 public function testRollback()
 {
     $l = new cfhCompile_Runtime_ClassLogger_Strategy_Database($this->pdo, 'test');
     $l->begin();
     $l->log(new cfhCompile_Class_Reflection($this));
     $l->rollback();
     $this->assertDataSetsEqual($this->getDataSet(), $this->getConnection()->createDataSet());
 }