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