Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Jul 8, 2024
1 parent a33dd71 commit 9249ad7
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 @@ -368,7 +368,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 9249ad7

Please sign in to comment.