public function testThrowExceptionForInvalidPlugin()
 {
     $this->setExpectedException('ZfcRbac\\Exception\\RuntimeException');
     $pluginManager = new GuardPluginManager(new ServiceManager());
     $pluginManager->get('stdClass');
 }