File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ public function getContainer()
123123
124124 $ container ->shouldReceive ('get ' )->with (HttpDispatcher::class)->andReturn (new HttpDispatcher ($ container ));
125125 $ container ->shouldReceive ('get ' )->with (ExceptionHandlerDispatcher::class)->andReturn (new ExceptionHandlerDispatcher ($ container ));
126- $ container ->shouldReceive ('get ' )->with (ResponseEmitter::class)->andReturn (new ResponseEmitter ());
126+ $ container ->shouldReceive ('get ' )->with (ResponseEmitter::class)->andReturn (new ResponseEmitter (null ));
127127 $ container ->shouldReceive ('get ' )->with (DispatcherFactory::class)->andReturn ($ factory = new DispatcherFactory ());
128128 $ container ->shouldReceive ('get ' )->with (NormalizerInterface::class)->andReturn (new SimpleNormalizer ());
129129 $ container ->shouldReceive ('get ' )->with (MethodDefinitionCollectorInterface::class)->andReturn (new MethodDefinitionCollector ());
You can’t perform that action at this time.
0 commit comments