Example #1
0
 public function testSetGlobalConfigThrowsInvalidArgumentException()
 {
     $this->setExpectedException('Zend\\Paginator\\Exception\\InvalidArgumentException', 'setGlobalConfig expects an array or Traversable');
     $this->paginator->setGlobalConfig('not array');
 }