Example #1
0
 public function testSetAndGetRaw()
 {
     $this->query->setRaw(false);
     $this->assertEquals(false, $this->query->getRaw());
 }