Example #1
0
 public function testNoFormatter()
 {
     $this->setExpectedException('RuntimeException');
     $pagination = new Pagination(1, 20);
     $pagination->getFormatter();
 }