Example #1
0
 public function testSetAndGetExtractOnly()
 {
     $this->query->setExtractOnly(true);
     $this->assertEquals(true, $this->query->getExtractOnly());
 }