Ejemplo n.º 1
0
 public function testNegativeNeigbours()
 {
     $pagination = new Pagination(2, 50, 10, 'http:/acme.com/pages/', 4);
     $this->setExpectedException('LogicException');
     $pagination->setNeighbours(0);
 }