We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6cadf2 + 0614df9 commit edd912cCopy full SHA for edd912c
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