private function assertHandlerWillHandleEventWithoutContext()
 {
     $this->handler->shouldReceive('handle')->with($this->event, null)->once();
 }