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