public function test()
 {
     $options = new Config([]);
     $listener = new HandlerListenerBase($options);
     $listener->update($this->getMockMvcEvent());
 }