Example #1
0
 public function testSetAndGetLowerboundInclude()
 {
     $this->query->setLowerboundInclude(true);
     $this->assertEquals(true, $this->query->getLowerboundInclude());
 }