Skip to content

Commit 9249ad7

Browse files
committed
Fix typo
1 parent a33dd71 commit 9249ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/BinaryFileResponseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ public function testAcceptRangeOnUnsafeMethods()
368368
$this->assertEquals('none', $response->headers->get('Accept-Ranges'));
369369
}
370370

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

0 commit comments

Comments
 (0)