Skip to content

Commit

Permalink
Merge branch '5.4' into 6.4
Browse files Browse the repository at this point in the history
* 5.4:
  Fix typo
  use copy() instead of rename() on Windows
  test: kebab-case to snake_case
  [PropertyInfo] Handle collection in PhpStan same as PhpDoc
  [Messenger] Passing to `WorkerMessageRetriedEvent` envelope with actual stamps after sent
  • Loading branch information
xabbuh committed Jul 9, 2024
2 parents 7c0d6e4 + 9249ad7 commit e36a71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/BinaryFileResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ public function testAcceptRangeOnUnsafeMethods()
$this->assertEquals('none', $response->headers->get('Accept-Ranges'));
}

public function testAcceptRangeNotOverriden()
public function testAcceptRangeNotOverridden()
{
$request = Request::create('/', 'POST');
$response = new BinaryFileResponse(__DIR__.'/File/Fixtures/test.gif', 200, ['Content-Type' => 'application/octet-stream']);
Expand Down

0 comments on commit e36a71e

Please sign in to comment.