public function testValidatePluginThrowsException()
 {
     $pluginManager = new HydratorPluginManager();
     $this->setExpectedException('Zend\\ServiceManager\\Exception\\RuntimeException');
     $pluginManager->validatePlugin($this);
 }