public function testThrowsExceptionOnMissingCallbackUrl()
 {
     $this->setExpectedException('Zend\\Feed\\PubSubHubbub\\Exception\\ExceptionInterface');
     $this->subscriber->getCallbackUrl();
 }