Example #1
0
 public function testSetAndGetLowerbound()
 {
     $this->query->setLowerbound('f');
     $this->assertEquals('f', $this->query->getLowerbound());
 }