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 162a025 commit 3d63f80Copy full SHA for 3d63f80
src/Symfony/Component/HttpFoundation/Tests/ResponseTest.php
@@ -374,7 +374,7 @@ public function testPrepareRemovesContentForHeadRequests()
374
$response->prepare($request);
375
376
$this->assertEquals('', $response->getContent());
377
- $this->assertFalse($response->headers->has('Content-Type'));
+ $this->assertTrue($response->headers->has('Content-Type'));
378
$this->assertFalse($response->headers->has('Content-Length'));
379
}
380
0 commit comments