public function testSpecifyingInvalidTypeWhenSettingPluginLoaderRaisesException()
 {
     $ua = new Zend_Http_UserAgent();
     $this->setExpectedException('Zend_Http_UserAgent_Exception', 'plugin loader type');
     $ua->setPluginLoader('__bogus__', new Zend_Loader_PluginLoader());
 }