Esempio n. 1
0
 public function testSetsPreferredVerificationModeThrowsExceptionOnSettingBadMode()
 {
     $this->setExpectedException('Zend\\Feed\\PubSubHubbub\\Exception\\ExceptionInterface');
     $this->subscriber->setPreferredVerificationMode('abc');
 }