public function testExteptionClassWhenPluginNotFound()
 {
     $plugins = new ControllerPlugins();
     $this->setExpectedException(ControllerPluginNotFoundException::CLASS);
     $plugins->get('foo');
 }