Example #1
0
 public function testSetAndGetUpperboundInclude()
 {
     $this->query->setUpperboundInclude(true);
     $this->assertEquals(true, $this->query->getUpperboundInclude());
 }