createStub(LoggerInterface::class); $this->setLogger($logger); self::assertSame($logger, $this->logger); } }