We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d9ccf commit 30bd032Copy full SHA for 30bd032
Tests/Debug/TraceableEventDispatcherTest.php
@@ -26,7 +26,7 @@ class TraceableEventDispatcherTest extends TestCase
26
public function testStopwatchSections()
27
{
28
$dispatcher = new TraceableEventDispatcher(new EventDispatcher(), $stopwatch = new Stopwatch());
29
- $kernel = $this->getHttpKernel($dispatcher, function () { return new Response(); });
+ $kernel = $this->getHttpKernel($dispatcher, function () { return new Response('', 200, ['X-Debug-Token' => '292e1e']); });
30
$request = Request::create('/');
31
$response = $kernel->handle($request);
32
$kernel->terminate($request, $response);
0 commit comments