Пример #1
0
 public function testThrowsExceptionOnMissingTopicUrl()
 {
     $this->setExpectedException('Zend\\Feed\\PubSubHubbub\\Exception\\ExceptionInterface');
     $this->subscriber->getTopicUrl();
 }