Ejemplo n.º 1
0
 public function testSetAllowOutOfRangePagesShouldSetFalse()
 {
     $this->pagerfanta->setAllowOutOfRangePages(false);
     $this->assertFalse($this->pagerfanta->getAllowOutOfRangePages());
 }