We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8b661 commit 0614df9Copy full SHA for 0614df9
tests/Http/Response/FactoryTest.php
@@ -75,6 +75,7 @@ public function testMakingANoContentResponse()
75
$response = $this->factory->noContent();
76
$this->assertSame(204, $response->getStatusCode());
77
$this->assertSame('', $response->getContent());
78
+ $this->assertNull($response->headers->get('Content-Type'));
79
}
80
81
public function testMakingCollectionRegistersUnderlyingClassWithTransformer()
0 commit comments