Example #1
0
 public function testSetAndGetPrefix()
 {
     $this->query->setPrefix('wat');
     $this->assertEquals('wat', $this->query->getPrefix());
 }