Example #1
0
 public function testSetAndGetCommit()
 {
     $this->query->setCommit(true);
     $this->assertEquals(true, $this->query->getCommit());
 }