The example from documentation: `$this->subject = new Subject($this->logger, $this->router);` should work like this: `$this->subject = new Subject($this->logger->reveal(), $this->router->reveal);` note `->reveal()`