/** * {@inheritdoc} */ protected function setUp() { parent::setUp(); $this->app = $this->prophesize(HttpKernelInterface::class); $this->contentNegotiation = new StubNegotiationMiddleware($this->app->reveal()); }