Skip to content

Commit 6b766c4

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: fix merge [AssetMapper] Split test dirs in tests Fix typo Change incorrect check for the `stateless` request attribute 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
2 parents 5225f90 + e36a71e commit 6b766c4

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
@@ -344,7 +344,7 @@ public function testAcceptRangeOnUnsafeMethods()
344344
$this->assertEquals('none', $response->headers->get('Accept-Ranges'));
345345
}
346346

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

0 commit comments

Comments
 (0)